[tripleo] os-collect-config 6.0.0 (ocata)
We are jazzed to announce the release of: os-collect-config 6.0.0: Collect and cache metadata, run hooks on changes. This release is part of the ocata release series. Download the package from: https://tarballs.openstack.org/os-collect-config/ For more details, please see below. Changes in os-collect-config 5.0.0..6.0.0 ----------------------------------------- cb84696 Updated from global requirements b6364df Add support for Zaqar websockets e6fbb4c Show team and repo badges on README b7c5aed Remove discover from test-requirements c18d93d Updated from global requirements 51ecf22 Updated from global requirements 76975f0 ec2 collector attempt config-drive before metadata server a950edb Treat ec2 collector data as immutable 61ff6aa Use TEST-NET-1 for unit tests, not 127.0.0.1 2980adb Open os-collect-config for Ocata Diffstat (except docs and test files) ------------------------------------- README.rst | 9 ++ os_collect_config/config_drive.py | 176 +++++++++++++++++++++++++++ os_collect_config/ec2.py | 16 +++ os_collect_config/heat.py | 7 +- os_collect_config/keystone.py | 7 +- os_collect_config/zaqar.py | 93 ++++++++++++-- requirements.txt | 14 +-- test-requirements.txt | 5 +- 16 files changed, 744 insertions(+), 189 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 1cd1a37..c497d3a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4 +4 @@ -pbr>=1.6 # Apache-2.0 +pbr>=1.8 # Apache-2.0 @@ -8,2 +8,2 @@ eventlet!=0.18.3,>=0.18.2 # MIT -python-keystoneclient!=1.8.0,!=2.1.0,>=1.7.0 # Apache-2.0 -python-heatclient>=1.1.0 # Apache-2.0 +python-keystoneclient>=3.8.0 # Apache-2.0 +python-heatclient>=1.6.1 # Apache-2.0 @@ -11 +11 @@ python-zaqarclient>=1.0.0 # Apache-2.0 -requests>=2.10.0 # Apache-2.0 +requests!=2.12.2,>=2.10.0 # Apache-2.0 @@ -14,2 +14,2 @@ lxml>=2.3 # BSD -oslo.config>=3.12.0 # Apache-2.0 -oslo.log>=1.14.0 # Apache-2.0 +oslo.config!=3.18.0,>=3.14.0 # Apache-2.0 +oslo.log>=3.11.0 # Apache-2.0 @@ -17 +17 @@ six>=1.9.0 # MIT -dogpile.cache>=0.6.1 # BSD +dogpile.cache>=0.6.2 # BSD diff --git a/test-requirements.txt b/test-requirements.txt index 5913a12..bb445cb 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,2 +6 @@ hacking<0.10,>=0.9.2 -coverage>=3.6 # Apache-2.0 -discover # BSD +coverage>=4.0 # Apache-2.0 @@ -11 +10 @@ python-subunit>=0.0.18 # Apache-2.0/BSD -sphinx!=1.3b1,<1.3,>=1.2.1 # BSD +sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
participants (1)
-
no-reply@openstack.org