Browse code

Merge "Use openstackclient>=1.0.2"

Jenkins authored on 2015/01/22 19:44:24
Showing 1 changed files
... ...
@@ -748,7 +748,7 @@ if use_library_from_git "python-openstackclient"; then
748 748
     git_clone_by_name "python-openstackclient"
749 749
     setup_dev_lib "python-openstackclient"
750 750
 else
751
-    pip_install 'python-openstackclient>=1.0.0'
751
+    pip_install 'python-openstackclient>=1.0.2'
752 752
 fi
753 753
 
754 754