diff --git a/stack.sh b/stack.sh index aeaaf6072c..4602b0b7d8 100755 --- a/stack.sh +++ b/stack.sh @@ -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