python-neutronclient 10.0.0 (bobcat)
We enthusiastically announce the release of: python-neutronclient 10.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. 10.0.0 ^^^^^^ Prelude ******* This new version of "python-neutronclient" does not include the command line interface code. The "neutron" script is no longer supported. This project only contains the OpenStack Client bindings that are currently being moved to OpenStack SDK <https://bugs.launchpad.net/neutron/+bug/1999774>_. Deprecation Notes ***************** * This project no longer provides CLI support. All code has been removed. Please use openstack CLI instead. See openstack CLI command list (https://docs.openstack.org/python-openstackclient/latest/cli /command-list.html). Changes in python-neutronclient 9.0.0..10.0.0 --------------------------------------------- 52653c9 Remove the CLI code from the Neutron client. 0b271d3 OSC: Remove BGP calls to neutronclient 3071dfb Update master for stable/2023.1 Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 52 - README.rst | 3 +- .../contributor/client_command_extensions.rst | 97 -- neutron_test.sh | 165 --- neutronclient/osc/utils.py | 10 + .../osc/v2/dynamic_routing/bgp_dragent.py | 89 +- neutronclient/osc/v2/dynamic_routing/bgp_peer.py | 38 +- .../osc/v2/dynamic_routing/bgp_speaker.py | 92 +- neutronclient/shell.py | 654 ----------- .../adv-svcs/test_readonly_neutron_fwaas.py | 42 - .../adv-svcs/test_readonly_neutron_vpn.py | 57 - .../osc/v2/dynamic_routing/test_bgp_dragent.py | 30 +- .../unit/osc/v2/dynamic_routing/test_bgp_peer.py | 35 +- .../osc/v2/dynamic_routing/test_bgp_speaker.py | 30 +- .../unit/qos/test_cli20_bandwidth_limit_rule.py | 137 --- .../unit/qos/test_cli20_minimum_bandwidth_rule.py | 143 --- .../unit/test_cli20_network_ip_availability.py | 54 - .../unit/vpn/test_cli20_ipsec_site_connection.py | 342 ------ .../notes/remove-cli-code-53969e9aa927e530.yaml | 12 + releasenotes/source/2023.1.rst | 6 + releasenotes/source/index.rst | 1 + requirements.txt | 1 + setup.cfg | 287 ----- tools/neutron.bash_completion | 27 - tox.ini | 5 - 105 files changed, 221 insertions(+), 15518 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index b85e6b6..2e9e22d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,0 +13 @@ netaddr>=0.7.18 # BSD +openstacksdk>=1.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org