The availability zone data parameter was uncorrectly defined as "--availabilityzone-data" in SetAvailabilityzoneProfile while it is called "--availability-zone-data" when creating a resource. Fixing this typo also fixed the set CLI call, the availability zone data parameter was dropped in the PUT request. Now an admin is able to update the JSON data. Story 2009195 Task 43250 Story 2009196 Task 43251 Change-Id: Id0f07b7145a6a19a6bc13ddeee93dc1957ddd8dd
10 lines
373 B
YAML
10 lines
373 B
YAML
---
|
|
fixes:
|
|
- |
|
|
The ``--availabilityzone-data`` parameter is renamed to
|
|
``--availability-zone-data`` in the ``openstack loadbalancer
|
|
availabilityzoneprofile set`` command.
|
|
This change also fixes an issue with this CLI call, the availabilityzone data
|
|
parameter was dropped when calling the API, leaving the
|
|
availabilizyzoneprofile object untouched.
|