From 65832dad7273885a06a324f5d71bab4f3554e9f9 Mon Sep 17 00:00:00 2001 From: Anandprakash Tandale Date: Sat, 29 Jul 2017 12:34:19 +0530 Subject: [PATCH] Move to OpenStack client changed nova keypair-add command as it is depricated instead used openstack client Change-Id: Ie64e13720c8003b127ff937b506db357614ae6ee --- doc/source/contributor/quickstart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/contributor/quickstart.rst b/doc/source/contributor/quickstart.rst index 17a26d8cf5..9125f985c7 100644 --- a/doc/source/contributor/quickstart.rst +++ b/doc/source/contributor/quickstart.rst @@ -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::