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

no-reply at openstack.org no-reply at openstack.org
Thu Oct 6 13:24:39 UTC 2016


We are grateful to announce the release of:

os-cloud-config 5.0.0: Configuration for OpenStack clouds.

This release is part of the newton release series.

For more details, please see below.

Changes in os-cloud-config 0.4.1..5.0.0
---------------------------------------

7e616a3 Updated from global requirements
b8603c8 Fix wrong usage of novaclient
b8a9dcb Adding the congress service
7bf38a3 Updated from global requirements
becaec5 Updated from global requirements
4ec35b7 Updated from global requirements
8af499e Add Heat CloudFormation service for endpoint creation
b7c1c82 Updated from global requirements
da41a10 Set compute API version to 2.1, don't use v3
9445cb1 Allow customizing keystone endpoint ports
4860bbd Formally deprecate os_cloud_config.nodes in favor of tripleo-common
e6a7cd7 Remove support for py33/py26
f49d3e3 Replace deprecated LOG.warn with LOG.warning
fd26d9d add aodh and gnocchi to keystone service list
10bf35c Put py34 first in the env order of tox
68d6796 Fix a typo in usage.rst


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

os_cloud_config/keystone.py                     | 85 ++++++++++++++++++-------
os_cloud_config/neutron.py                      | 10 +--
os_cloud_config/nodes.py                        | 16 +++--
os_cloud_config/utils/clients.py                | 10 +--
requirements.txt                                | 10 +--
setup.cfg                                       |  2 +-
test-requirements.txt                           |  6 +-
tox.ini                                         |  2 +-
12 files changed, 106 insertions(+), 61 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index e6fea7e..8be32cf 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,2 +6,2 @@ pbr>=1.6 # Apache-2.0
-Babel>=1.3 # BSD
-python-glanceclient>=1.2.0 # Apache-2.0
+Babel>=2.3.4 # BSD
+python-glanceclient>=2.0.0 # Apache-2.0
@@ -9,2 +9,2 @@ python-ironicclient>=1.1.0 # Apache-2.0
-python-keystoneclient!=1.8.0,!=2.1.0,>=1.6.0 # Apache-2.0
-python-neutronclient>=2.6.0 # Apache-2.0
+python-keystoneclient!=1.8.0,!=2.1.0,>=1.7.0 # Apache-2.0
+python-neutronclient>=4.2.0 # Apache-2.0
@@ -12 +12 @@ python-novaclient!=2.33.0,>=2.29.0 # Apache-2.0
-oslo.config>=3.4.0 # Apache-2.0
+oslo.config>=3.12.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 23f6eea..1529b5f 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8,2 +8,2 @@ discover # BSD
-fixtures>=1.3.1 # Apache-2.0/BSD
-mock>=1.2 # BSD
+fixtures>=3.0.0 # Apache-2.0/BSD
+mock>=2.0 # BSD
@@ -11 +11 @@ python-subunit>=0.0.18 # Apache-2.0/BSD
-sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
+sphinx!=1.3b1,<1.3,>=1.2.1 # BSD





More information about the OpenStack-announce mailing list