Merge "Fix dev-quickstart.md - use pip to install openstack clients"

This commit is contained in:
Jenkins 2015-08-04 11:29:20 +00:00 committed by Gerrit Code Review
commit d62b07754d

@ -57,8 +57,7 @@ permitted on aufs when building docker images.
Next, install the OpenStack python clients if they are not installed:
sudo yum install python-keystoneclient python-glanceclient \
python-novaclient python-heatclient python-neutronclient
sudo pip install -U python-openstackclient
Finally stop libvirt on the host machine. Only one copy of libvirt may be
running at a time.