Browse code

Merge "Use latest version of python-openstackclient"

Jenkins authored on 2014/12/12 01:16:05
Showing 1 changed files
... ...
@@ -780,7 +780,7 @@ if use_library_from_git "python-openstackclient"; then
780 780
     git_clone_by_name "python-openstackclient"
781 781
     setup_dev_lib "python-openstackclient"
782 782
 else
783
-    pip_install python-openstackclient
783
+    pip_install 'python-openstackclient>=1.0.0'
784 784
 fi
785 785
 
786 786