commit | d35a5dbadfa34aced2fb833f469278eab5d5670a | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Thu Dec 11 16:16:05 2014 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Thu Dec 11 16:16:05 2014 +0000 |
tree | dca314a0a392c74dc4b3bcc2e833d2fb290d303b | |
parent | fa2193823d5b625f0f4f83b3b56152c9276e1ed8 [diff] | |
parent | 342ac4b77429aa0ccf0bfbd864d91477cfb656c0 [diff] |
Merge "Use latest version of python-openstackclient"
diff --git a/stack.sh b/stack.sh index cd1c200..375be28 100755 --- a/stack.sh +++ b/stack.sh
@@ -780,7 +780,7 @@ git_clone_by_name "python-openstackclient" setup_dev_lib "python-openstackclient" else - pip_install python-openstackclient + pip_install 'python-openstackclient>=1.0.0' fi