From b36b2463df04e9ff0039b6bf284991b8cbd158a8 Mon Sep 17 00:00:00 2001 From: Surya Prakash Singh Date: Thu, 28 Sep 2017 15:24:49 +0530 Subject: [PATCH] Quickstart guide updated for better users experience for reference: https://docs.openstack.org/python-openstackclient/latest/index.html#getting-started Change-Id: Iacb29585ad89c08de24ea49dfefe7d0d0f5a1815 --- doc/source/user/quickstart.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/source/user/quickstart.rst b/doc/source/user/quickstart.rst index b8ad0bba55..47fdf753e7 100644 --- a/doc/source/user/quickstart.rst +++ b/doc/source/user/quickstart.rst @@ -666,6 +666,12 @@ Generate the ``admin-openrc.sh`` file. The file will be created in kolla-ansible post-deploy +Install the python-openstackclient as per followed installation. + +:: + + pip install python-openstackclient + To test your deployment, run the following commands to initialize the network with a glance image and neutron networks.