Xena Series Release Notes¶
5.6.2-4¶
Bug Fixes¶
Fixed a bug in “access rule” subcommands where the client logic incorrectly assumed that access rules have a “name” property which resulted in unpredictable behaviors. e.g. “access rule delete {non-existent-id}” now results in a not-found error instead of sometimes deleting an unrelated rule.
5.6.1¶
New Features¶
Add support for compute API microversion 2.47, which changes how flavor details are included in server detail responses. In 2.46 and below, only the flavor ID was shown in the server detail response. Starting in 2.47, flavor information is embedded in the server response. The newer behavior is now supported.
Bug Fixes¶
Filtering servers by tags (
server list --tag,server list --not-tag) now works correctly. [Bug 1946816]
Fixed create image from volume command. If user wants to pass
visibilityandprotectedfields, they need to specify volume microversion 3.1 or greater by passingos-volume-api-version 3.1with the command.
5.6.0¶
New Features¶
Add new commands
network l3 conntrack helper create,network l3 conntrack helper set,network l3 conntrack helper show,network l3 conntrack helper setandnetwork l3 conntrack helper deleteto support Neutron L3 conntrack helper CRUD operations.
Add
--no-incremental,--propertyand--availability-zoneoptions tovolume backup createcommand, allowing users to request a non-incremental backup, set a metadata property on the created backup, and set an availability zone on the created backup, respectively.
Add
--propertyand--no-propertyoptions to thevolume backup setcommand to set a metadata property or remove all metadata properties from an existing backup.
Add new
volume backup unsetcommand to allow unsetting of properties from an existing volume backup.
Add
volume attachment create,volume attachment delete,volume attachment list,volume attachment complete,volume attachment setandvolume attachment showcommands to create, delete, list, complete, update and show volume attachments, respectively.
Add
volume group create,volume group delete,volume group list,volume group failover,volume group setandvolume attachment showcommands to create, delete, list, failover, update and show volume groups, respectively.
Add
volume group snapshot create,volume group snapshot delete,volume group snapshot listandvolume group snapshot showcommands to create, delete, list, and show volume group snapshots, respectively.
Add
volume group type create,volume group type delete,volume group type list,volume group type set/unsetandvolume group type showcommands to create, delete, list, update, and show volume group types, respectively.
Add
volume message list,volume message getandvolume message deletecommands, to list, get and delete volume failure messages, respectively.
The
volume transfer request createcommand now accepts the--snapshots/--no-snapshotsoption to configure whether to create a transfer request for a volume without snapshots or not.
Add column
Forced Downto the output ofcompute service list --long. Only available starting with--os-compute-api-version 2.11.
Add mutually exclusive options
--hiddenand--unhiddentoimage setcommand to hide or unhide an image (is_hiddenattribute).
Add option
--hiddentoimage listcommand to list hidden images.
The
port create --vnic-typeoption now accepts avdpavalue.
Bug Fixes¶
The
--nameand--descriptionoptions of thevolume backup setcommand will now verify the version requested on the client side. Previously this would fail on the server side.