2023.1 Series Release Notes¶
2023.1-eom¶
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.
6.2.0¶
New Features¶
Add port ranges support to the
floating ip port forwardingcommands.
The
host listandhost showcommands have been migrated to SDK.
Switch the server volume list and server volume update command from novaclient to SDK.
Finish switching server migration to the OpenStackSDK
Upgrade Notes¶
The
--consistency-group-sourceand--consistency-group-snapshotoptions for theconsistency group createcommand have been renamed to--sourceand--snapshot, respectively. Aliases are provided for the older variants.
The
server volume updatecommand has been renamed toserver volume setto better match other commands in OSC. An alias is provided for backwards compatibility.
Deprecation Notes¶
The
<volume-group-type>and<volume-type> [<volume-type>...]positional arguments for thevolume group createcommand have been deprecated in favour of option arguments. For example:openstack volume group create \ --volume-group-type <volume-group-type> --volume-type <volume-type> [--volume-type <volume-type> ...]