[release-announce] python-manilaclient 2.6.0 (wallaby)

no-reply at openstack.org no-reply at openstack.org
Wed Mar 17 09:55:48 UTC 2021


We are jazzed to announce the release of:

python-manilaclient 2.6.0: Client library for OpenStack Manila API.

This release is part of the wallaby release series.

The source is available from:

    https://opendev.org/openstack/python-manilaclient

Download the package from:

    https://pypi.org/project/python-manilaclient

Please report issues through:

    https://bugs.launchpad.net/python-manilaclient/+bugs

For more details, please see below.

2.6.0
^^^^^

New Features

* Added support for updating and adding security services to in use
  share networks. The command "share-network-security-service-update"
  was added to the client. Before each of these commands is executed,
  make sure to run the correspondent check command, being either
  "share-network-security-service-add-check" or "share-network-
  security-service-update-check". These commands will check if the
  desired share network can have security services added or updated,
  based on the cloud support. Also, these commands can be used for
  both to request a check and to check the outcome. The command
  "share-network-reset-state" was also implemented in case there is
  need to update the share network "status" field.

Changes in python-manilaclient 2.5.0..2.6.0
-------------------------------------------

1075210 Add security add/update services for in-use share networks


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

manilaclient/api_versions.py                       |   2 +-
manilaclient/v2/share_networks.py                  | 112 +++++++--
manilaclient/v2/shell.py                           | 108 +++++++++
...update-to-in-use-networks-ec7a60d07ebceaf4.yaml |  14 ++
7 files changed, 630 insertions(+), 36 deletions(-)







More information about the Release-announce mailing list