[release-announce] python-neutronclient 11.0.0 (bobcat)

no-reply at openstack.org no-reply at openstack.org
Thu Jul 6 08:55:51 UTC 2023


We are thrilled to announce the release of:

python-neutronclient 11.0.0: CLI and Client Library for OpenStack
Networking

This release is part of the bobcat release series.

The source is available from:

    https://opendev.org/openstack/python-neutronclient

Download the package from:

    https://pypi.org/project/python-neutronclient

Please report issues through:

    https://bugs.launchpad.net/python-neutronclient/+bugs

For more details, please see below.

11.0.0
^^^^^^

Upgrade Notes

* The "openstack bgp speaker show dragents" CLI is removed. It was
  deprecated in the 7.1.0 release (Ussuri). Use "openstack bgp dragent
  list --bgp-speaker <bgp-speaker>" CLI instead.

Changes in python-neutronclient 10.0.0..11.0.0
----------------------------------------------

4ed299a BGPVPN: make resource_association method calls logic simpler
d4124ae OSC: Remove BGPVPN calls to neutronclient
79c7de4 Remove 'bgp speaker show dragents'


Diffstat (except docs and test files)
-------------------------------------

.../osc/v2/dynamic_routing/bgp_dragent.py          |  49 -----
neutronclient/osc/v2/networking_bgpvpn/bgpvpn.py   |  42 ++--
.../osc/v2/networking_bgpvpn/port_association.py   |  13 +-
.../v2/networking_bgpvpn/resource_association.py   | 115 ++++++-----
.../osc/v2/networking_bgpvpn/router_association.py |   5 +-
.../osc/v2/dynamic_routing/test_bgp_dragent.py     |  41 ----
.../unit/osc/v2/networking_bgpvpn/test_bgpvpn.py   | 160 ++++++++--------
.../networking_bgpvpn/test_resource_association.py | 131 +++++++------
.../networking_bgpvpn/test_router_association.py   | 103 +++++-----
...bgp-speaker-show-dragents-0a0db4b72b2feffc.yaml |   6 +
requirements.txt                                   |   2 +-
setup.cfg                                          |   1 -
14 files changed, 426 insertions(+), 457 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 2e9e22d..3ed2768 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -13 +13 @@ netaddr>=0.7.18 # BSD
-openstacksdk>=1.0.0 # Apache-2.0
+openstacksdk>=1.0.2 # Apache-2.0






More information about the Release-announce mailing list