We are satisfied to announce the release of: python-openstackclient 3.11.0: OpenStack Command-line Client This release is part of the pike release series. The source is available from: https://git.openstack.org/cgit/openstack/python-openstackclient Download the package from: https://pypi.python.org/pypi/python-openstackclient Please report issues through launchpad: https://bugs.launchpad.net/python-openstackclient For more details, please see below. 3.11.0 ^^^^^^ Bug Fixes * Fix issue in "port list" command when no Compute endpoint is in the Service Catalog. [Bug 1688194 (https://bugs.launchpad.net/bugs/1688194)] Changes in python-openstackclient 3.10.0..3.11.0 ------------------------------------------------ c69304e Do not always init compute_client when doint port list 07a4363 Skip floating ip attach functional test on nova-net 941e189 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- openstackclient/network/v2/port.py | 2 +- releasenotes/notes/bug-1688194-bb008b65267a1169.yaml | 6 ++++++ requirements.txt | 2 +- 4 files changed, 17 insertions(+), 11 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 9d3d80d..faf34c0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9 +9 @@ cliff>=2.6.0 # Apache-2.0 -keystoneauth1>=2.18.0 # Apache-2.0 +keystoneauth1>=2.20.0 # Apache-2.0