python-manilaclient/releasenotes/notes/add_support_multiple_subnet_per_az-46145c3e90e097be.yaml
Felipe Rodrigues 586c6030ed Support multiple subnets per AZ
Add new command ``share-network-subnet-create-check`` to
check if a new subnet configuration can be allocated to a
share-network. Bump CLI version to support the multiple
subnets feature and fix the list operation.

The equivalent OSC command is also added. Run the subnet
create command using the new option --check-only.

Depends-On: I7de9de4ae509182e9494bba604979cce03acceec
Partially-Implements: blueprint multiple-share-network-subnets
Signed-off-by: Andre Beltrami <debeltrami@gmail.com>
Co-Authored-by: Felipe Rodrigues <felipefuty01@gmail.com>
Change-Id: I7702f458f6bca5e3947479a13a843f30873597a7
2022-09-01 16:34:51 -03:00

7 lines
310 B
YAML

---
features:
- The command `share-network-subnet-create-check` was added. This command
will check if the share network subnet can be created in a specific share
network based on the cloud support. The OSC equivalent command is also
added, run the subnet create with the new option --check-only.