diff options
| author | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2017-06-05 21:58:44 +0000 |
|---|---|---|
| committer | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2017-06-05 21:58:44 +0000 |
| commit | c912717e42ce42b36125f4085c07baa04815e095 (patch) | |
| tree | 44395b88e70cdcd663876ecb2bab7a2b5f5019ea | |
| parent | c5524c80be4cd3e2443dc9539d1bf21eb3b8e297 (diff) | |
| download | python-openstackclient-c912717e42ce42b36125f4085c07baa04815e095.tar.gz | |
Updated from global requirements
Change-Id: If85aea646119bf12090074edf198f64a8719c949
| -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 d77bdbf6..1a3d1812 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ openstacksdk>=0.9.16 # Apache-2.0 osc-lib>=1.5.1 # 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.5.0 # Apache-2.0 +python-glanceclient>=2.7.0 # Apache-2.0 python-keystoneclient>=3.8.0 # Apache-2.0 python-novaclient>=7.1.0 # Apache-2.0 python-cinderclient>=2.1.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 3ec16904..c22ae1f9 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -33,7 +33,7 @@ python-ironicclient>=1.11.0 # Apache-2.0 python-ironic-inspector-client>=1.5.0 # Apache-2.0 python-mistralclient>=3.1.0 # Apache-2.0 python-muranoclient>=0.8.2 # Apache-2.0 -python-neutronclient!=6.3.0,>=6.2.0 # Apache-2.0 +python-neutronclient>=6.3.0 # Apache-2.0 python-saharaclient>=1.1.0 # Apache-2.0 python-searchlightclient>=1.0.0 #Apache-2.0 python-senlinclient>=1.1.0 # Apache-2.0 |
