diff options
author | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2015-09-18 01:01:01 +0000 |
---|---|---|
committer | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2015-09-18 01:01:01 +0000 |
commit | 392054f13f064bab9c46f42734f36e9470302380 (patch) | |
tree | 6d8ffa9a6c86af155b83bcfad837c86b6fe0a5c8 | |
parent | 9a72a22c341ae1637c7c251bfbc604d063ccb96a (diff) | |
download | ceilometer-392054f13f064bab9c46f42734f36e9470302380.tar.gz |
Updated from global requirements
Change-Id: I5ce68bebf44da78796eb8134f45921fdb0c25e1a
-rw-r--r-- | requirements-py3.txt | 2 | ||||
-rw-r--r-- | requirements.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/requirements-py3.txt b/requirements-py3.txt index ec4b13fb..2a0f39bd 100644 --- a/requirements-py3.txt +++ b/requirements-py3.txt @@ -23,7 +23,7 @@ posix-ipc<=0.9.9 oslo.messaging<1.5.0,>=1.4.0 oslo.utils<1.5.0,>=1.4.0 # Apache-2.0 pysnmp<5.0.0,>=4.2.1 -python-ceilometerclient<1.0.13,>=1.0.6 +python-ceilometerclient!=1.0.12,!=1.0.13,!=1.0.14,<1.1.0,>=1.0.6 python-glanceclient<=0.15.0,>=0.14.0 python-keystoneclient<1.2.0,>=0.10.0 python-neutronclient<2.4.0,>=2.3.6 diff --git a/requirements.txt b/requirements.txt index 94c4bb44..54e24b3b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,7 +29,7 @@ oslo.messaging<1.5.0,>=1.4.0 oslo.serialization<=1.2.0,>=1.0.0 # Apache-2.0 oslo.utils<1.5.0,>=1.4.0 # Apache-2.0 pysnmp<5.0.0,>=4.2.1 -python-ceilometerclient<1.0.13,>=1.0.6 +python-ceilometerclient!=1.0.12,!=1.0.13,!=1.0.14,<1.1.0,>=1.0.6 python-glanceclient<=0.15.0,>=0.14.0 python-keystoneclient<1.2.0,>=0.10.0 python-neutronclient<2.4.0,>=2.3.6 |