2026.1 Series Release Notes¶
9.0.0¶
New Features¶
Add
--project-domainoption for thelimit listandlimit createcommands.
Migrate
federation protocolcommands from keystoneclient to SDK.
Migrate
limitcommands from keystoneclient to SDK.
Migrate
projectcommands from keystoneclient to SDK.
Migrate
registered limitcommands from keystoneclient to SDK.
Upgrade Notes¶
Filtering in
federation protocolcommands is now case sensitive.
Filtering in
limitcommands is now case sensitive.
Specifying
--region Noneis no longer supported forlimitcommands.
Filtering in
projectcommands is now case sensitive.
Filtering in
registered limitcommands is now case sensitive.
Specifying
--region Noneis no longer supported forregistered limitcommands.
When creating or listing projects, parent project will now be searched from the same domain as the child project.
The
--purgeargument to thevolume deletecommand has been renamed to--cascadeto better match the Cinder API and the meaning of what this argument does. An alias is provided for backwards compatibility.
Bug Fixes¶
Fix
openstack quota show --usageto correctly display resource usage and reservation.
The
--all-storesof theimage importcommand is now correctly treated as a boolean flag.
The
openstack server resizecommand now requires the--flavoroption or one of the deprecated--confirmor--revertoptions to be provided. Previously, the command would silently exit successfully without performing any action if no option was provided.
8.3.0¶
New Features¶
Add
--projectoption tovolume backup listcommand, to allow filtering for projects when listing volume backups.
Bug Fixes¶
Running
openstack application credential showon a non-existent application credential does not raise an exception.[Bug 2126565]
Fix a bug where using
openstack image set --project <project> --accept <image>incorrectly changed the image owner to the specified project instead of only updating the member status. The--projectparameter when used with--accept,--reject, or--pendingshould only identify which member’s status to update, not change the image ownership. [Bug 2136795]
[Bug 2136148] Keystone allows users to be created with no password but no value should be submitted for the password instead of a
nullvalue.