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:
Anandprakash Tandale 2017-07-29 12:34:19 +05:30
parent 769f0eea41
commit 65832dad72
1 changed files with 1 additions and 1 deletions

View File

@ -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::