python-manilaclient/releasenotes/notes/share-network-multiple-subnets-732309abfbf5987c.yaml
silvacarloss b7d0d0d128 Add CLI commands for Share Networks with multiple Subnets
- Added CLI commands for subnets creation, deletion and exhibition.
- Updated commands for share server manage and added a new
  parameter to share server list.

API microverion has been bumped to 2.51.

Closes-Bug: #1588144
Partially-implements: bp share-network-multiple-subnets
Change-Id: I55c85285cbdc9aaf2c0bab2f12477212b32b799a
Depends-On: Id8814a8b26c9b9dcb1fe71d0d7e9b79e8b8a9210
Co-Authored-By: lseki <luciomitsuru.seki@fit-tecnologia.org.br>
2019-09-12 22:36:36 -03:00

14 lines
550 B
YAML

---
features:
- Added CLI commands to get, add and delete share network subnets.
- Updated CLI command for managing share servers to accept
``share_network_subnet`` parameter.
- Deprecated ``neutron_subnet_id`` parameter from CLI command to update a
share network.
- Updated CLI command for listing share servers to show a new column
``Share Network Subnet Id``, and to accept a filter parameter
``share_network_subnet``.
fixes:
- Fixed share replica create API to make the replica inherit parent share's
share network.