Browse code

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

Jakub Libosvar authored on 2015/01/22 00:08:12
Showing 1 changed files
... ...
@@ -748,7 +748,7 @@ if use_library_from_git "python-openstackclient"; then
748 748
     git_clone_by_name "python-openstackclient"
749 749
     setup_dev_lib "python-openstackclient"
750 750
 else
751
-    pip_install 'python-openstackclient>=1.0.0'
751
+    pip_install 'python-openstackclient>=1.0.2'
752 752
 fi
753 753
 
754 754