[openstack-announce] [new][tripleo] os-collect-config 5.0.0 release (newton)

no-reply at openstack.org no-reply at openstack.org
Thu Oct 6 13:25:37 UTC 2016


We are tickled pink to announce the release of:

os-collect-config 5.0.0: Collect and cache metadata, run hooks on
changes.

This release is part of the newton release series.

For more details, please see below.

Changes in os-collect-config 0.1.37..5.0.0
------------------------------------------

9ee07c9 Revert "Treat ec2 collector data as immutable"
8717436 Treat ec2 collector data as immutable
08ba371 Merge deployments data for zaqar collectors
e5518c1 Set a timeout for all data fetches using requests
7be429c Updated from global requirements
a88e273 Updated from global requirements
9a5c168 Updated from global requirements
9b78c81 Updated from global requirements
d45a8c5 Deprecated tox -downloadcache option removed
f092ea1 Switch to oslo.log again
ab5c66d Revert "Switch to oslo.log"
6965331 Switch to oslo.log
8b28ced Replace assertEqual(None, *) with assertIsNone in tests


Diffstat (except docs and test files)
-------------------------------------

openstack-common.conf                              |   3 -
os_collect_config/cfn.py                           |  10 +-
os_collect_config/collect.py                       |   5 +-
os_collect_config/ec2.py                           |  16 +-
os_collect_config/heat.py                          |   2 +-
os_collect_config/heat_local.py                    |   2 +-
os_collect_config/local.py                         |   2 +-
os_collect_config/merger.py                        |   2 +-
os_collect_config/openstack/__init__.py            |   0
os_collect_config/openstack/common/__init__.py     |  17 -
os_collect_config/openstack/common/gettextutils.py | 479 --------------
os_collect_config/openstack/common/importutils.py  |  73 ---
os_collect_config/openstack/common/jsonutils.py    | 196 ------
os_collect_config/openstack/common/local.py        |  45 --
os_collect_config/openstack/common/log.py          | 713 ---------------------
os_collect_config/openstack/common/strutils.py     | 311 ---------
os_collect_config/openstack/common/timeutils.py    | 210 ------
os_collect_config/request.py                       |  10 +-
os_collect_config/zaqar.py                         |   8 +-
requirements.txt                                   |  25 +-
test-requirements.txt                              |  18 +-
tox.ini                                            |   1 -
27 files changed, 113 insertions(+), 2100 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 923f651..1cd1a37 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4 +4 @@
-pbr>=1.6
+pbr>=1.6 # Apache-2.0
@@ -6,11 +6,12 @@ pbr>=1.6
-anyjson>=0.3.3
-eventlet>=0.17.4
-python-keystoneclient!=1.8.0,>=1.6.0
-python-heatclient>=0.6.0
-python-zaqarclient>=0.3.0
-requests!=2.9.0,>=2.8.1
-iso8601>=0.1.9
-lxml>=2.3
-oslo.config>=2.7.0 # Apache-2.0
-six>=1.9.0
-dogpile.cache>=0.5.4
+anyjson>=0.3.3 # BSD
+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-zaqarclient>=1.0.0 # Apache-2.0
+requests>=2.10.0 # Apache-2.0
+iso8601>=0.1.11 # MIT
+lxml>=2.3 # BSD
+oslo.config>=3.12.0 # Apache-2.0
+oslo.log>=1.14.0 # Apache-2.0
+six>=1.9.0 # MIT
+dogpile.cache>=0.6.1 # BSD
diff --git a/test-requirements.txt b/test-requirements.txt
index 95d5cf5..5913a12 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6,9 +6,9 @@ hacking<0.10,>=0.9.2
-coverage>=3.6
-discover
-fixtures>=1.3.1
-mock>=1.2
-python-subunit>=0.0.18
-sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
-testrepository>=0.0.18
-testscenarios>=0.4
-testtools>=1.4.0
+coverage>=3.6 # Apache-2.0
+discover # BSD
+fixtures>=3.0.0 # Apache-2.0/BSD
+mock>=2.0 # BSD
+python-subunit>=0.0.18 # Apache-2.0/BSD
+sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
+testrepository>=0.0.18 # Apache-2.0/BSD
+testscenarios>=0.4 # Apache-2.0/BSD
+testtools>=1.4.0 # MIT





More information about the OpenStack-announce mailing list