If I run this:
sdc-listmachines --account VerafinProduction --keyid 'f5:ac:f8:d2:bd:e9:d3:3d:b6:67:62:4e:55:23:eb:36'
I get this strange error:
/home/alain_odea/.nvm/v0.10.28/lib/node_modules/smartdc/lib/cloudapi.js:3078
throw (err);
^
Error: --image not found in: /home/alain_odea/.ssh
at _checkPublic (/home/alain_odea/.nvm/v0.10.28/lib/node_modules/smartdc/node_modules/smartdc-auth/lib/index.js:89:23)
at fs.js:266:14
at Object.oncomplete (fs.js:107:15)
If I run this:
sdc-listmachines --account VerafinProduction --keyId 'f5:ac:f8:d2:bd:e9:d3:3d:b6:67:62:4e:55:23:eb:36'
It works properly. I am omitting the JSON listing of the servers because it's not needed.