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
This commit is contained in:
Sabari Kumar Murugesan
2014-12-09 15:54:40 -08:00
parent 614de25756
commit 342ac4b774

View File

@@ -780,7 +780,7 @@ if use_library_from_git "python-openstackclient"; then
git_clone_by_name "python-openstackclient"
setup_dev_lib "python-openstackclient"
else
pip_install python-openstackclient
pip_install 'python-openstackclient>=1.0.0'
fi