Merge "Use latest version of python-openstackclient"

This commit is contained in:
Jenkins
2014-12-11 16:16:05 +00:00
committed by Gerrit Code Review

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