python-openstackclient 5.4.0 (victoria)
We are pumped to announce the release of: python-openstackclient 5.4.0: OpenStack Command-line Client This release is part of the victoria stable release series. The source is available from: https://opendev.org/openstack/python-openstackclient Download the package from: https://pypi.org/project/python-openstackclient Please report issues through: https://storyboard.openstack.org/#!/project/openstack/python- openstackclient For more details, please see below. 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 (https://storyboard.openstack.org/#!/story/2006635)] * The "openstack server show -f json" command was not outputting json for security groups, volumes and properties properly. Changes in python-openstackclient 5.3.1..5.4.0 ---------------------------------------------- 4b709a2c Remove install unnecessary packages cbc1fb08 bump py37 to py38 in tox.ini bae89b30 Output correct json for security groups in 'openstack server show' 5aeec307 Remove install unnecessary packages 99b5adf9 Fix gate due to switch to focal fbd2c00b Fix --image-property option in 'create server' f0642bc0 Update developing.rst 67700e6d Support tagging Neutron ports on creation 4a3c5207 Show words indicating booted from volume for server image 51a1ea65 Add API check for server_groups.create ed6d8d94 Add API check for server_groups.list e2467326 Bypass user and group verification in RemoveRole 454b2195 Add NUMA affinity policy parameter to "port" 4e2aefb5 Delete the testcases that arent needed anymore 0a8753dc Fix reverted osc-lib interface change a8aad9fe Add system role assignment tests for users and groups 176907f7 Allow openstack flavor set to update flavor description using name Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 1 + bindep.txt | 1 - lower-constraints.txt | 4 +- openstackclient/compute/v2/flavor.py | 2 +- openstackclient/compute/v2/server.py | 47 ++- openstackclient/compute/v2/server_group.py | 17 +- openstackclient/identity/common.py | 2 +- openstackclient/identity/v3/role.py | 68 ++-- openstackclient/network/v2/port.py | 48 ++- ...port-numa-affinity-policy-4706b0f9485a5d4d.yaml | 5 + .../notes/bug-2006635-3110f7a87a186e62.yaml | 7 + ...image-property-field.yaml-c51bf37c3106d6ff.yaml | 6 + ...ecurity-grp-json-fix.yaml-2af1f48a48034d64.yaml | 4 + tox.ini | 3 +- 26 files changed, 976 insertions(+), 125 deletions(-)
participants (1)
-
no-reply@openstack.org