diff --git a/docs/dev-quickstart.md b/docs/dev-quickstart.md index 3067e59382..b637aec43e 100644 --- a/docs/dev-quickstart.md +++ b/docs/dev-quickstart.md @@ -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.