We are pleased to announce the release of: python-openstackclient 6.5.0: OpenStack Command-line Client This release is part of the caracal 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. 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 the "group" scheduler hint. Changes in python-openstackclient 6.4.0..6.5.0 ---------------------------------------------- 49ad5282 doc: magnumclient provides a OSC plugin 8a63b510 image: Trivial fixes 2ed10e9a Introduce `schema_version` in the federated attribute mapping API 0725bb47 Add "hardware_offload_type" attribute to "port" 03044eaf doc: Add manilaclient as a OSC plugin f2387601 Revert "Temporarily drop aodhclient from doc build" d4acd4b6 doc: Drop tripleoclient 82c34743 doc: Remove RSD subcommand 810f6919 doc: Remove Searchlight subcommands 1517f4af Explicitly specify namespace fields for output 37b42014 Update python classifier in setup.cfg cc2a0bab Correct error message for "create server --wait" e7bc3d9b Fix --use-prefix-delegation subnet create argument 93b2e66d Adding CLI command for ``glance member-get`` be3d438e trivial: Place positional opts last 1b6b639c network: Clarify purpose of default sg rules ea254061 Doc: Fix volume snapshot commands f3207bdf Fix availability zone list command ce0765fa Fix clearing of dns_domain and description on a network by setting to empty strings 71839eb5 [codespell] fix typos in doc,tests and help messages e9d3a7bb test: Ignore 'OS_' environment variables c08d6e03 parseactions: Use ArgumentError, not ArgumentTypeError 3057997c Remove unnecessary file 432698fe Use CommandError, not SystemExit, to exit 885f5912 compute: Address bug in shelve offload logic 900fad53 tests: Remove unused flag 89a8f729 tests: Enable logging fixture d0d4077e tests: Remove prints 7708106c compute: Add 'server create --server-group' option f43e2ed2 compute: Fix formatting of 'server show' Diffstat (except docs and test files) ------------------------------------- openstackclient/common/availability_zone.py | 8 +- openstackclient/compute/v2/server.py | 272 +++++++++++++-------- openstackclient/identity/v3/mapping.py | 28 ++- openstackclient/identity/v3/policy.py | 4 +- openstackclient/image/v2/image.py | 37 +++ openstackclient/image/v2/metadef_namespaces.py | 46 ++-- openstackclient/image/v2/metadef_objects.py | 56 ++--- openstackclient/image/v2/metadef_properties.py | 98 +++++--- .../network/v2/default_security_group_rule.py | 27 +- openstackclient/network/v2/local_ip_association.py | 2 +- openstackclient/network/v2/ndp_proxy.py | 10 +- openstackclient/network/v2/network.py | 4 +- openstackclient/network/v2/port.py | 30 ++- openstackclient/network/v2/subnet.py | 1 + openstackclient/volume/v2/volume_type.py | 6 +- .../add-image-member-get-25e913ef2b861bf3.yaml | 6 + ...ort-hardware-offload-type-011c98ab748357d7.yaml | 5 + ...erver-create-server-group-a5b630f2a64de28d.yaml | 5 + setup.cfg | 17 +- 48 files changed, 871 insertions(+), 644 deletions(-)