[tripleo] os-cloud-config 6.0.0 (ocata)
We are stoked to announce the release of: os-cloud-config 6.0.0: Configuration for OpenStack clouds. This release is part of the ocata release series. Download the package from: https://tarballs.openstack.org/os-cloud-config/ For more details, please see below. Changes in os-cloud-config 5.0.0..6.0.0 --------------------------------------- 8cbab5c Officially deprecate os-cloud-config 60ef21f Fix usage of glanceclient exceptions 0ae5fc4 Updated from global requirements 0dea015 Update to use new iboot driver entrypoints 8c0cfc6 Skip 0.13.1 version of docutils bd29946 Show team and repo badges on README f206fd8 Updated from global requirements 71259bb Replace ucs_hostname with ucs_address f2dc9ab Remove discover from test-requirements Diffstat (except docs and test files) ------------------------------------- README.rst | 14 ++++++++++++++ os_cloud_config/__init__.py | 22 ++++++++++++++++++++++ os_cloud_config/cmd/utils/environment.py | 16 ++-------------- os_cloud_config/glance.py | 4 ++-- os_cloud_config/nodes.py | 9 +++++---- requirements.txt | 12 ++++++------ test-requirements.txt | 8 ++++---- 10 files changed, 71 insertions(+), 41 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 8be32cf..253e5f2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4 +4 @@ -pbr>=1.6 # Apache-2.0 +pbr>=1.8 # Apache-2.0 @@ -7,4 +7,4 @@ Babel>=2.3.4 # BSD -python-glanceclient>=2.0.0 # Apache-2.0 -python-ironicclient>=1.1.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 +python-glanceclient>=2.5.0 # Apache-2.0 +python-ironicclient>=1.9.0 # Apache-2.0 +python-keystoneclient>=3.8.0 # Apache-2.0 +python-neutronclient>=5.1.0 # Apache-2.0 @@ -12 +12 @@ python-novaclient!=2.33.0,>=2.29.0 # Apache-2.0 -oslo.config>=3.12.0 # Apache-2.0 +oslo.config!=3.18.0,>=3.14.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 1529b5f..7b073b1 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,2 +6,2 @@ hacking<0.10,>=0.9.2 -coverage>=3.6 # Apache-2.0 -discover # BSD +coverage>=4.0 # Apache-2.0 +docutils!=0.13.1,>=0.11 # OSI-Approved Open Source, Public Domain @@ -11,2 +11,2 @@ python-subunit>=0.0.18 # Apache-2.0/BSD -sphinx!=1.3b1,<1.3,>=1.2.1 # BSD -oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 +sphinx!=1.3b1,<1.4,>=1.2.1 # BSD +oslosphinx>=4.7.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org