diff options
| author | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2016-03-24 13:50:46 +0000 |
|---|---|---|
| committer | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2016-03-24 13:50:46 +0000 |
| commit | ac9868e1da321aea7caf5e7c2b459bc6e056ae92 (patch) | |
| tree | 184643c822e131f0367c5b8a54d3110266ff66be | |
| parent | f1dd01faa0e32adde584bfa016d9f49b7d6c37db (diff) | |
| download | python-saharaclient-0.14.0.tar.gz | |
Updated from global requirements0.14.0
Change-Id: I1b71b09414734761f4c6b9f42a062e9c266d83ab
| -rw-r--r-- | requirements.txt | 2 | ||||
| -rw-r--r-- | test-requirements.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index 1b0f282..5eefe56 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ pbr>=1.6 # Apache-2.0 Babel>=1.3 # BSD -cliff!=1.16.0,>=1.15.0 # Apache-2.0 +cliff!=1.16.0,!=1.17.0,>=1.15.0 # Apache-2.0 keystoneauth1>=2.1.0 # Apache-2.0 oslo.log>=1.14.0 # Apache-2.0 oslo.serialization>=1.10.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index a9c5ba3..33b2db0 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -11,7 +11,7 @@ oslo.config>=3.7.0 # Apache-2.0 oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 oslotest>=1.10.0 # Apache-2.0 os-testr>=0.4.1 # Apache-2.0 -python-neutronclient>=2.6.0 # Apache-2.0 +python-neutronclient!=4.1.0,>=2.6.0 # Apache-2.0 python-novaclient!=2.33.0,>=2.29.0 # Apache-2.0 python-swiftclient>=2.2.0 # Apache-2.0 reno>=0.1.1 # Apache2 |
