From 342ac4b77429aa0ccf0bfbd864d91477cfb656c0 Mon Sep 17 00:00:00 2001 From: Sabari Kumar Murugesan Date: Tue, 9 Dec 2014 15:54:40 -0800 Subject: [PATCH] Use latest version of python-openstackclient Some options in openstack client like --or-show are available only from 1.0.0. Adding this 'requirement' explictly as openstackclient is not as part of requirements of other projects. Change-Id: I96a98331ece15da869a3ea7af80d16fab2351329 --- stack.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack.sh b/stack.sh index cd1c200404..375be2846d 100755 --- a/stack.sh +++ b/stack.sh @@ -780,7 +780,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 + pip_install 'python-openstackclient>=1.0.0' fi