diff options
author | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2016-05-15 18:07:28 +0000 |
---|---|---|
committer | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2016-05-15 18:07:28 +0000 |
commit | a229f9e98585ee533983e97cf3da2af6d20ba620 (patch) | |
tree | a3c8a53f4a6e844a31dde6d9235a2082da7d0c76 | |
parent | 3e927f594d65ebedf168c8cf91225f7a9b492fa0 (diff) | |
download | trove-a229f9e98585ee533983e97cf3da2af6d20ba620.tar.gz |
Updated from global requirements
Change-Id: I99ad5188dd6c5e39f0818c268658baeb8c787ae6
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index c45a273f..b2b51c16 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ passlib>=1.6 # BSD python-heatclient>=0.6.0 # Apache-2.0 python-novaclient!=2.33.0,>=2.29.0 # Apache-2.0 python-cinderclient>=1.3.1 # Apache-2.0 -python-keystoneclient!=1.8.0,!=2.1.0,>=1.6.0 # Apache-2.0 +python-keystoneclient!=1.8.0,!=2.1.0,<3.0.0,>=1.6.0 # Apache-2.0 python-swiftclient>=2.2.0 # Apache-2.0 python-designateclient>=1.5.0 # Apache-2.0 python-neutronclient!=4.1.0,>=2.6.0 # Apache-2.0 |