Browse code

Pin python-openstackclient version

Currently we are installing the latest version of python-openstackclient
in stable/juno devstack meaning if the latest python-openstackclient has
conflicting dependencies things will break.

This is needed before we can pin all of stable/juno global requirements.

Pin python-openstackclient client version to 1.0.1, The same version as
in icehouse.

Change-Id: I1fd00fb5a817ed8e08da9a89edc64519f990f6cf

Joe Gordon authored on 2015/01/31 09:46:24
Showing 1 changed files
... ...
@@ -785,7 +785,7 @@ if use_library_from_git "python-openstackclient"; then
785 785
     git_clone_by_name "python-openstackclient"
786 786
     setup_dev_lib "python-openstackclient"
787 787
 else
788
-    pip_install python-openstackclient
788
+    pip_install 'python-openstackclient~=1.0.1'
789 789
 fi
790 790
 
791 791