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 forwarding commands.

  • The host list and host show commands 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-source and --consistency-group-snapshot options for the consistency group create command have been renamed to --source and --snapshot, respectively. Aliases are provided for the older variants.

  • The server volume update command has been renamed to server volume set to 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 the volume group create command 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> ...]