Skip to content

Commit e9a96ea

Browse files
committed
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
1 parent 8467cd3 commit e9a96ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ if use_library_from_git "python-openstackclient"; then
748748
git_clone_by_name "python-openstackclient"
749749
setup_dev_lib "python-openstackclient"
750750
else
751-
pip_install 'python-openstackclient>=1.0.0'
751+
pip_install 'python-openstackclient>=1.0.2'
752752
fi
753753

754754

0 commit comments

Comments
 (0)