Merge "Use openstackclient>=1.0.2"

This commit is contained in:
Jenkins 2015-01-22 10:44:24 +00:00 committed by Gerrit Code Review
commit cc9d7330e9

View File

@ -748,7 +748,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>=1.0.0'
pip_install 'python-openstackclient>=1.0.2'
fi