Victoria Series Release Notes¶
5.4.0¶
New Features¶
Add NUMA affinity policy to
port create,port setandport unsetcommands.
Support for image search via properties of image. Currently “openstack server create –image-property” only takes image property. Now it can also search image via properties (user defined) too. Story https://storyboard.openstack.org/#!/story/2007860.
5.3.1¶
Bug Fixes¶
Fixes an issue with python 3.8 and entrypoint loading where the new builtin importlib entrypoint support had a different attribute api than expected.
5.3.0¶
New Features¶
Add a new option –description to
floating ip port forwarding createandfloating ip port forwarding setcommands.
Added
--importflag toopenstack image createto allow the user to force use of the image import codepath.
Added the below mentioned parameters to the user create and set commands.
–ignore-lockout-failure-attempts
–no-ignore-lockout-failure-attempts
–ignore-password-expiry
–no-ignore-password-expiry
–ignore-change-password-upon-first-use
–no-ignore-change-password-upon-first-use
–enable-lock-password
–disable-lock-password
–enable-multi-factor-auth
–disable-multi-factor-auth
–multi-factor-auth-rule
This will now allow users to set user options via CLI. <https://docs.openstack.org/keystone/latest/admin/resource-options.html#user-options>
Added the below mentioned parameters to the role, project and domain commands.
–immutable
–no-immutable
This will allow user to set “immutable” resource option.
Add
--forceoptions to theopenstack quota setcommand. The compute service allows us to to force set a quota, setting a quota value that is less than the amount of the resource currently consumed. Expose this feature by way of a--forceboolean parameter.
Add
address_scopeas a valid--typevalue for thenetwork rbac createandnetwork rbac listcommands.
Add
subnetpoolas a valid--typevalue for thenetwork rbac createandnetwork rbac listcommands.
Add new commands
router add routeandrouter remove routeto support new Neutron extension:extraroute-atomic(see Neutron RFE).
Add
--statefuland--statelessoption to thesecurity group createandsecurity group setcommands to support stateful and stateless security groups.
Deprecation Notes¶
The use of
router set --routeto add extra routes next to already existing extra routes is deprecated in favor ofrouter add route --route, becauserouter set --routeif used from multiple clients concurrently may lead to lost updates.
Bug Fixes¶
[Story 2005246] The is_domain property safely handles type checking.
While uploading a signed image, a private key to sign that image must be specified. The CLI client asks for the password of that private key. Due to wrong encoding handling while using Python 3, the password is not accepted, whether it is correct or not.
Makes
volume backup recordcommands available in Volume API v3. Task 40279

