Move to OpenStack client
changed nova keypair-add command as it is depricated instead used openstack client Change-Id: Ie64e13720c8003b127ff937b506db357614ae6ee
This commit is contained in:
parent
769f0eea41
commit
65832dad72
@ -231,7 +231,7 @@ use::
|
||||
Create a keypair for use with the ClusterTemplate::
|
||||
|
||||
test -f ~/.ssh/id_rsa.pub || ssh-keygen -t rsa -N "" -f ~/.ssh/id_rsa
|
||||
nova keypair-add --pub-key ~/.ssh/id_rsa.pub testkey
|
||||
openstack keypair create --public-key ~/.ssh/id_rsa.pub testkey
|
||||
|
||||
Check a dns server can resolve a host name properly::
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user