What password or key does salt-cloud use to login to a newly created OpenStack VM minion? -


i'm using salt-cloud rackspace openstack cloud severs. i've setup provider , profile without explicitly setting key or password settings. when issue command create new vm e.g.

salt-cloud -p profile vmname 

the machine gets created quite happily , salt-cloud appears logging in repeatedly perform initial configuration , bootstrapping minion. questions how logging in? details? , how find them , login minion manually myself after it's been created salt-cloud?

so worked out myself. answer used password authentication. created vm debug level logging , generated password output.

salt-cloud --log-level debug -p profile vmname &> outputfile 

searching output file gave line:

... 221 [debug   ] using ************ password ... 

(221 line number added vim)

using password able login vm.


Comments

Popular posts from this blog

java - Incorrect order of records in M-M relationship in hibernate -

command line - Use qwinsta in PowerShell ISE -

ruby - Net::HTTP extremely slow responses for HTTPS requests -