We are jazzed to announce the release of: senlin 12.0.0: OpenStack Clustering This release is part of the xena 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 11.0.0..12.0.0 -------------------------------- 2216af78 Replace deprecated inspect.getargspec 3e02c0c8 Moving IRC network reference to OFTC cd33c125 senlin.policy.loadbalance module fix key error 5922e74a Fix LB creation failure with cluster name 412197ad setup.cfg: Replace dashes with underscores 7404f76a add senlin cluster_name for lb/pool/listener name for creation 755421a6 When session_persistence type NONE set option None 3b121536 Remove lower constraints 64658fef Add Python3 xena unit tests 69f1824b Update master for stable/wallaby b262314b Adding PERSISTENCE_TYPES option NONE 40830c88 Fix health policy attach/detach action when messaging.MessagingTimeout occurred 1bace464 Update error in install-rdo.rst and update default port 7f7f5d65 Correct a typo in the document Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 3 +- CONTRIBUTING.rst | 2 +- README.rst | 4 +- .../source/samples/receiver-create-response.json | 2 +- api-ref/source/samples/receiver-show-response.json | 2 +- .../source/samples/receiver-update-response.json | 2 +- .../source/samples/receivers-list-response.json | 2 +- devstack/files/apache-senlin-api.template | 2 +- examples/policies/lb_policy.yaml | 2 +- lower-constraints.txt | 126 ------------------- releasenotes/source/index.rst | 1 + releasenotes/source/wallaby.rst | 6 + senlin/conf/api.py | 2 +- senlin/conf/receiver.py | 2 +- senlin/drivers/os/lbaas.py | 15 ++- senlin/drivers/os/octavia_v2.py | 5 +- senlin/policies/health_policy.py | 9 +- senlin/policies/lb_policy.py | 7 +- senlin/profiles/base.py | 2 +- .../unit/api/openstack/v1/test_cluster_policies.py | 2 +- .../unit/api/openstack/v1/test_policy_types.py | 2 +- .../unit/api/openstack/v1/test_profile_types.py | 2 +- setup.cfg | 8 +- tools/setup-service | 2 +- tox.ini | 10 -- 47 files changed, 251 insertions(+), 208 deletions(-)
participants (1)
-
no-reply@openstack.org