Victoria Series Release Notes

5.4.0-14

New Features

  • Add --limit and --offset options to server group list command, to configure pagination of results.

  • Add support for compute API microversion 2.47, which changes how flavor details are included in server detail responses. In 2.46 and below, only the flavor ID was shown in the server detail response. Starting in 2.47, flavor information is embedded in the server response. The newer behavior is now supported.

Bug Fixes

  • The openstack server group create command will now validate the policy value requested with --policy, restricting it to the valid values allowed by given microversions.

Other Notes

  • Remove deprecated neutron-lbaas results from quota show command.

5.4.0

New Features

  • Add NUMA affinity policy to port create, port set and port unset commands.

  • 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.

Bug Fixes

  • You can now remove role assignments from keystone that reference non-existent users or groups.

    [Bug 2006635]

  • The openstack server show -f json command was not outputting json for security groups, volumes and properties properly.