2025.1 Series Release Notes¶
7.4.0¶
New Features¶
Add
--enable-uplink-status-propagation
option and--disable-uplink-status-propagation
option toport update
command.
7.3.0¶
New Features¶
Add
trusted
attribute to theport create
andport set
commands. It can be set totrue
with--trusted
and tofalse
with--not-trusted
CLI arguments passed to theport create
andport set
commands``
Add
qinq-vlan
andno-qinq-vlan
arguments to thenetwork create
command. It will enable/disable QinQ feature for the created network. This new argument is mutually exclusive with thetransparent-vlan
- only one of them can be set toTrue
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
andlimits show
commands will now check for theblock-storage
andblock-store
service types along withvolume
,volumev2
andvolumev3
.[Bug 2084580]
7.2.0¶
New Features¶
Add
--status
option toport list
command. [Bug 1672680]
The
server add security group
andserver 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