From 43ee03ff253d26c14523377d8e76bf670a605bc3 Mon Sep 17 00:00:00 2001
From: Vladislav Belogrudov <vladislav.belogrudov@oracle.com>
Date: Tue, 4 Aug 2015 12:54:57 +0300
Subject: [PATCH] Fix dev-quickstart.md - use pip to install openstack clients

Not all systems will have openstack clients in repositories.
The fixed guide suggest using pip to get up to date packages
via installing catch-all 'python-openstackclient'.

Change-Id: I5a84d944d51ede963f827737e917dd17e9466804
---
 docs/dev-quickstart.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/docs/dev-quickstart.md b/docs/dev-quickstart.md
index 3067e5938..b637aec43 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.
-- 
GitLab