diff options
| author | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2017-08-07 00:53:48 +0000 |
|---|---|---|
| committer | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2017-08-07 00:53:48 +0000 |
| commit | a709c151e664ceb66b4cd51bd973567cf46bcd3d (patch) | |
| tree | a562f4b016a024715f8387df9a13af1bfe8bd62c | |
| parent | bd079e5066e1c0b0b0100ab28d87a3e00f3d99a0 (diff) | |
| download | python-openstackclient-a709c151e664ceb66b4cd51bd973567cf46bcd3d.tar.gz | |
Updated from global requirements
Change-Id: I6f384b021b5ae73152192c5b4c2bab190db88251
| -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 8b8b8235..f449e200 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ openstacksdk>=0.9.17 # Apache-2.0 osc-lib>=1.7.0 # Apache-2.0 oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0 oslo.utils>=3.20.0 # Apache-2.0 -python-glanceclient>=2.7.0 # Apache-2.0 +python-glanceclient>=2.8.0 # Apache-2.0 python-keystoneclient>=3.8.0 # Apache-2.0 python-novaclient>=9.0.0 # Apache-2.0 python-cinderclient>=3.1.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 4d80ef51..5af8d0cf 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -25,7 +25,7 @@ wrapt>=1.7.0 # BSD License # Install these to generate sphinx autodocs aodhclient>=0.7.0 # Apache-2.0 gnocchiclient>=2.7.0 # Apache-2.0 -python-barbicanclient!=4.5.0,>=4.0.0 # Apache-2.0 +python-barbicanclient!=4.5.0,!=4.5.1,>=4.0.0 # Apache-2.0 python-congressclient<2000,>=1.3.0 # Apache-2.0 python-designateclient>=1.5.0 # Apache-2.0 python-heatclient>=1.6.1 # Apache-2.0 |
