diff options
| author | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2016-10-03 13:46:38 +0000 |
|---|---|---|
| committer | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2016-10-03 13:46:38 +0000 |
| commit | 2577402e773a973a7521357fa7b2783c28315107 (patch) | |
| tree | 961c3fa0471a3eea900eadb59566be968093cbcf | |
| parent | 2c076ec17ee8a6fe8860fe45d965ac5057f33399 (diff) | |
| download | python-openstackclient-2577402e773a973a7521357fa7b2783c28315107.tar.gz | |
Updated from global requirements
Change-Id: Icf93a2a490eeb7e5d9989663f21aecd0710b3d20
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 66dc9e18..d9812df9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ oslo.config>=3.7.0 # Apache-2.0 oslo.i18n>=2.1.0 # Apache-2.0 oslo.utils>=3.5.0 # Apache-2.0 python-glanceclient>=2.0.0 # 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-novaclient!=2.33.0,>=2.29.0 # Apache-2.0 python-cinderclient>=1.3.1 # Apache-2.0 requests!=2.9.0,>=2.8.1 # Apache-2.0 |
