python-manilaclient/releasenotes/notes/bug-1962288-fixed-share-network-create-command-879dc3deca131ef9.yaml
hassanasghar 1e37914502 Fix share network create command with the AZ option
Previously, "share network create" command was trying to look up
the availability-zone provided by the user. However, this is not supported
by the AvailabilityZoneManager.

Drop the AZ lookup if the option is used and pass the user provided value
to the API.

Closes-Bug: 1962288
Change-Id: I3ec926122eed932caebcb31b9afd0f811f1f3c8e
2023-03-08 20:59:31 +00:00

5 lines
122 B
YAML

fixes:
- |
Fixed the use of the "--availability-zone" option with the
"openstack share network create" command.