python-neutronclient 7.1.0 (ussuri)
We joyfully announce the release of: python-neutronclient 7.1.0: CLI and Client Library for OpenStack Networking This release is part of the ussuri 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. 7.1.0 ^^^^^ New Features ************ * The "openstack bgp dragent list" CLI is added to support showing the list of dynamic routing agents. * New client methods: "create_port_binding", "delete_port_binding", "show_port_binding", "list_port_bindings" and "activate_port_binding". Deprecation Notes ***************** * The "openstack bgp speaker show dragents" CLI is deprecated and will be removed in the future. Use "openstack bgp dragent list --bgp- speaker <bgp-speaker>" CLI instead. Changes in python-neutronclient 7.0.0..7.1.0 -------------------------------------------- bb5b9ca Replace 'bgp speaker show dragents' with 'bgp dragent list' b3fa5e5 Drop lib-forward-testing 59145be Add support for port bindings Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 1 - .../osc/v2/dynamic_routing/bgp_dragent.py | 47 +++++++- .../osc/v2/dynamic_routing/test_bgp_dragent.py | 123 +++++++++++++++++++++ neutronclient/v2_0/client.py | 25 +++++ ...bgp-speaker-show-dragents-2fcce99cf6bb5b60.yaml | 10 ++ .../notes/port-bindings-c3f36bd76ece0a71.yaml | 5 + setup.cfg | 1 + 8 files changed, 245 insertions(+), 5 deletions(-)
participants (1)
-
no-reply@openstack.org