Browse code

Use latest version of python-openstackclient

Some options in openstack client like --or-show are available only
from 1.0.0. Adding this 'requirement' explictly as openstackclient
is not as part of requirements of other projects.

Change-Id: I96a98331ece15da869a3ea7af80d16fab2351329

Sabari Kumar Murugesan authored on 2014/12/10 08:54:40
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