python-neutronclient 11.1.0 (caracal)
We joyfully announce the release of: python-neutronclient 11.1.0: CLI and Client Library for OpenStack Networking This release is part of the caracal 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. Changes in python-neutronclient 11.0.0..11.1.0 ---------------------------------------------- ee6f6a1 Drop unused simplejson 8c983fa Imported Translations from Zanata b9152a5 OSC: Remove SFC V2 calls to neutronclient 396432a OSC: Remove VPNAAS V2 calls to neutronclient 6597c42 Update master for stable/2023.2 fccfe8c OSC: Remove FWAAS V2 calls to neutronclient Diffstat (except docs and test files) ------------------------------------- neutronclient/osc/v2/fwaas/firewallgroup.py | 103 +++--- neutronclient/osc/v2/fwaas/firewallpolicy.py | 118 +++--- neutronclient/osc/v2/fwaas/firewallrule.py | 86 +++-- neutronclient/osc/v2/sfc/sfc_flow_classifier.py | 98 +++-- neutronclient/osc/v2/sfc/sfc_port_chain.py | 147 ++++---- neutronclient/osc/v2/sfc/sfc_port_pair.py | 89 +++-- neutronclient/osc/v2/sfc/sfc_port_pair_group.py | 112 +++--- neutronclient/osc/v2/sfc/sfc_service_graph.py | 81 +++-- neutronclient/osc/v2/vpnaas/endpoint_group.py | 63 ++-- neutronclient/osc/v2/vpnaas/ikepolicy.py | 58 +-- .../osc/v2/vpnaas/ipsec_site_connection.py | 109 +++--- neutronclient/osc/v2/vpnaas/ipsecpolicy.py | 59 +-- neutronclient/osc/v2/vpnaas/vpnservice.py | 64 ++-- .../unit/osc/v2/vpnaas/test_endpoint_group.py | 59 ++- .../osc/v2/vpnaas/test_ipsec_site_connection.py | 105 +++--- releasenotes/source/2023.2.rst | 6 + releasenotes/source/index.rst | 1 + .../locale/en_GB/LC_MESSAGES/releasenotes.po | 400 +++++++++++++++++++++ requirements.txt | 3 +- 35 files changed, 2032 insertions(+), 1512 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 3ed2768..5a20fc0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13 +13 @@ netaddr>=0.7.18 # BSD -openstacksdk>=1.0.2 # Apache-2.0 +openstacksdk>=1.5.0 # Apache-2.0 @@ -25 +24,0 @@ requests>=2.14.2 # Apache-2.0 -simplejson>=3.5.1 # MIT
participants (1)
-
no-reply@openstack.org