Merge "Move to OpenStack client"

This commit is contained in:
Jenkins 2017-08-21 15:52:30 +00:00 committed by Gerrit Code Review
commit 2f55af47ea
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::