2024.1 Series Release Notes¶
6.6.0¶
New Features¶
Add
image metadef object update
command which updates the attributes of an object.
6.5.0¶
New Features¶
Add
image member get
command which accepts an image_id and member_id and displays the detail of the particular meber associated to the image.
Add the port hardware offload attribute to the
port create
command. Once defined, the value cannot be modified.
The
server create
command now accepts a new option,--server-group
, which is a shortcut for configuring thegroup
scheduler hint.
6.4.0¶
New Features¶
Add
default security group rule create
,default security group rule delete
,default security group rule list
anddefault security group rule show
commands to support Neutron Default Security Group Rule CRUD operations. [Bug 1983053]
Add commands for the image Cache API, to list, queue, delete and clear images in the cache.
Add
image metadef object show
command to create the metadata definitions objects inside a specific namespace
Add
image metadef object list
command to list the metadata definitions objects inside a specific namespace
Add
image metadef object show
command to show the metadata definitions objects inside a specific namespace
Add
image metadef property create
command to create a new metadef property inside a specific namespace.
Add
image metadef property delete
command to delete a metadef property inside a specific namespace.
Add
image metadef property list
command to list the metadata definitions properties inside a specific namespace.
Add
image metadef property set
command to update a metadef property inside a specific namespace.
Add
image metadef property show
command to show details about a metadef property inside a specific namespace.
Migrated following volume backends commands to SDK.
Capability Show
Pool List
The
volume type create
,volume type set
,volume type list
commands now accept four new options ---multiattach
,--cacheable
,--replicated
, and--availability-zone
- which are short cuts for setting or filtering on the relevant properties on the volume type.
The
volume type list
command now accepts a--property <key>=<value>
option, allowing users to filter volume types by their extra spec properties.
Upgrade Notes¶
The
--detailed
option of theblock storage volume manageable list
andblock storage snapshot manageable list
commands has been deprecated in favour of a--long
option. These commands will no longer default to detailed output by default.
Bug Fixes¶
Migrated
block storage resource filters list
andblock storage resource filters show
commands to SDK.