We are gleeful to announce the release of: senlin 10.0.0: OpenStack Clustering This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/senlin Download the package from: https://tarballs.openstack.org/senlin/ Please report issues through: https://bugs.launchpad.net/senlin/+bugs For more details, please see below. Changes in senlin 9.0.0.0rc1..10.0.0 ------------------------------------ aca5b42d Pass in correct port id parameter e887e91d Fix Flake F811 for microversioned methods 349c4737 Find security group profiles by project scope 585bd14c Remove neutron-fwaas from the jobs' required project a46245e7 Fix devstack problems causing failed CI tests 29aa71da Cap jsonschema 3.2.0 as the minimal version c4d9ae77 Switch to newer openstackdocstheme and reno versions bf379ee6 tox: Keeping going with docs 6ffcd010 Fix hacking min version to 3.0.1 27b7b209 Remove Babel requirement a9839024 Remove all usage of six library 666fd70b Monkey patch original current_thread _active bd4ae048 Imported Translations from Zanata d45b0d42 Add Python3 victoria unit tests 26fb70b4 Update master for stable/ussuri 1fa7b5ed Use unittest.mock instead of third party mock Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 3 +- babel.cfg | 1 - contrib/kubernetes/kube/base.py | 23 ++++--- contrib/kubernetes/kube/master.py | 5 +- contrib/kubernetes/kube/worker.py | 7 +-- contrib/vdu/vdu/server.py | 67 ++++++++++----------- devstack/lib/senlin | 4 +- lower-constraints.txt | 7 +-- releasenotes/source/conf.py | 8 +-- releasenotes/source/index.rst | 1 + releasenotes/source/ussuri.rst | 6 ++ requirements.txt | 3 +- senlin/api/openstack/v1/webhooks.py | 2 +- senlin/cmd/__init__.py | 6 ++ senlin/drivers/os/neutron_v2.py | 11 +++- senlin/locale/de/LC_MESSAGES/senlin.po | 70 +++++++--------------- senlin/profiles/os/nova/server.py | 10 +++- .../unit/api/middleware/test_middleware_filters.py | 3 +- .../api/middleware/test_version_negotiation.py | 3 +- .../unit/api/openstack/v1/test_cluster_policies.py | 3 +- .../unit/api/openstack/v1/test_policy_types.py | 3 +- .../unit/api/openstack/v1/test_profile_types.py | 3 +- .../unit/conductor/service/test_cluster_op.py | 3 +- .../conductor/service/test_cluster_policies.py | 3 +- .../unit/conductor/service/test_credentials.py | 2 +- .../unit/conductor/service/test_policy_types.py | 3 +- .../unit/conductor/service/test_profile_types.py | 3 +- .../unit/engine/actions/test_attach_policy.py | 2 +- .../unit/engine/actions/test_cluster_action.py | 2 +- .../unit/engine/actions/test_replace_nodes.py | 2 +- .../unit/engine/actions/test_update_policy.py | 2 +- .../engine/notifications/test_heat_endpoint.py | 2 +- .../unit/engine/notifications/test_message.py | 2 +- .../engine/notifications/test_nova_endpoint.py | 2 +- .../unit/profiles/test_nova_server_validate.py | 34 ++++++++++- setup.cfg | 13 ---- test-requirements.txt | 3 +- tox.ini | 6 +- 153 files changed, 358 insertions(+), 286 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index d00039c1..9ddd083b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +5,0 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -Babel!=2.4.0,>=2.3.4 # BSD @@ -10 +9 @@ jsonpath-rw<2.0,>=1.2.0 # Apache-2.0 -jsonschema>=2.6.0 # MIT +jsonschema>=3.2.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index d5aa6062..e7855eb3 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ -hacking>=3.0,<4.0.0 # Apache-2.0 +hacking>=3.0.1,<3.1.0 # Apache-2.0 @@ -8 +7,0 @@ coverage!=4.4,>=4.0 # Apache-2.0 -mock>=2.0.0 # BSD
participants (1)
-
no-reply@openstack.org