We are delighted to announce the release of: python-octaviaclient 3.3.0: Octavia client for OpenStack Load Balancing This release is part of the antelope release series. The source is available from: https://opendev.org/openstack/python-octaviaclient Download the package from: https://pypi.org/project/python-octaviaclient Please report issues through: https://storyboard.openstack.org/#!/project/openstack/python- octaviaclient For more details, please see below. 3.3.0 ^^^^^ Bug Fixes * Added a missing option to the "loadbalancer flavor set" command, admins can now update the description of an Octavia flavor. * The "--availabilityzone-data" parameter is renamed to "-- availability-zone-data" in the "openstack loadbalancer availabilityzoneprofile set" command. This change also fixes an issue with this CLI call, the availabilityzone data parameter was dropped when calling the API, leaving the availabilizyzoneprofile object untouched. * Removed an unsupported protocol from the pool protocols. Changes in python-octaviaclient 3.2.0..3.3.0 -------------------------------------------- fceeefc Add munch explicitly to requirements 168a360 Fixing jobs with tox4 5f018be Add missing flavor set --description option 89844bb Fix new pylint warnings 3f8cccf Add *.orig to .gitignore 0221697 Switch to 2023.1 Python3 unit tests and generic template name ad18a19 Fix pool protocols 9e43ecd Update master for stable/zed 9c2178d Bump tox minversion to 3.18.0 1e645a0 Remove DELETED from the provisioning status list 01c15c6 Fix inconsistent parameter name in azp Diffstat (except docs and test files) ------------------------------------- .gitignore | 3 +++ .pylintrc | 5 ----- octaviaclient/osc/v2/availabilityzoneprofile.py | 4 ++-- octaviaclient/osc/v2/flavor.py | 5 +++++ octaviaclient/osc/v2/load_balancer.py | 2 +- octaviaclient/osc/v2/pool.py | 4 ++-- ...g-flavor-set-description-option-d49f3103ef15e778.yaml | 5 +++++ ...onsistent-parameter-name-in-azp-0267d025b7c78fc2.yaml | 9 +++++++++ .../notes/fix-pool-protocols-090b2a6f4e82516f.yaml | 4 ++++ releasenotes/source/index.rst | 1 + releasenotes/source/zed.rst | 6 ++++++ requirements.txt | 1 + tox.ini | 16 ++++++++-------- zuul.d/projects.yaml | 2 +- 16 files changed, 68 insertions(+), 21 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 3a1783f..3a5a224 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,0 +18 @@ requests>=2.14.2 # Apache-2.0 +munch>=2.1.0 # MIT