2025.1 Series Release Notes

7.4.0

New Features

  • Add --enable-uplink-status-propagation option and --disable-uplink-status-propagation option to port update command.

7.3.0

New Features

  • Add trusted attribute to the port create and port set commands. It can be set to true with --trusted and to false with --not-trusted CLI arguments passed to the port create and port set commands``

  • Add qinq-vlan and no-qinq-vlan arguments to the network create command. It will enable/disable QinQ feature for the created network. This new argument is mutually exclusive with the transparent-vlan - only one of them can be set to True for the network.

  • The server create command now supports a --no-security-group option. When provided, no security groups will be associated with ports created and attached to the server during server creation. This does not affect pre-created ports.

  • Listing volume backups now shows the created_at column when volume v3 API is used.

Upgrade Notes

  • The following commands have been migrated to SDK:

    • credential create

    • credential delete

    • credential list

    • credential set

    • credential show

  • The following commands have been migrated to SDK:

    • region create

    • region list

    • region delete

    • region set

    • region show

  • The following commands have been migrated to SDK:

    • service provider create

    • service provider delete

    • service provider set

    • service provider list

    • service provider show

  • The following commands have been migrated to SDK:

    • trust create

    • trust list

    • trust delete

    • trust show

Bug Fixes

  • Fixed the output of volume backup restore command.

  • Fixed the openstack volume backup show command to show a backup by name.

7.2.1

Bug Fixes

  • The quota set and limits show commands will now check for the block-storage and block-store service types along with volume, volumev2 and volumev3.

    [Bug 2084580]

7.2.0

New Features

  • Add --status option to port list command. [Bug 1672680]

  • The server add security group and server remove security group commands now accept multiple security groups.

Upgrade Notes

  • Support for Python 3.8 has been dropped.

  • The following commands have been migrated to SDK:

    • access rule list

    • access rule delete

    • access rule show