Use openstackclient>=1.0.2

After changing usage of "openstack role" [1] python-openstackclient
stoppped working with 1.0.1 and less. This patch bumps version to use at
least 1.0.2v.

[1] https://review.openstack.org/#/c/148361

Change-Id: I2fdca28ae97a215cff5e2a6dd7cab2d3321caa6c
Closes-bug: 1413252
This commit is contained in:
Jakub Libosvar 2015-01-21 16:08:12 +01:00
parent 8467cd3faa
commit e9a96ea885

View File

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