commit | cc9d7330e9849e34d6ae407c0e968254e548dae4 | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Thu Jan 22 10:44:24 2015 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Thu Jan 22 10:44:24 2015 +0000 |
tree | c19c9aaefca7a65a9b0df017db09fb51d81c2742 | |
parent | 2548e6f290b90c790fd055bef03ee60d97a1eb26 [diff] | |
parent | e9a96ea8855574b157d336c51ff876d1c76ae620 [diff] |
Merge "Use openstackclient>=1.0.2"
diff --git a/stack.sh b/stack.sh index aeaaf60..4602b0b 100755 --- a/stack.sh +++ b/stack.sh
@@ -748,7 +748,7 @@ 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