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

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -