File: share-network-multiple-subnets-732309abfbf5987c.yaml

package info (click to toggle)
python-manilaclient 5.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,768 kB
  • sloc: python: 49,541; makefile: 99; sh: 2
file content (13 lines) | stat: -rw-r--r-- 550 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
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.