python-neutronclient 6.11.0 (stein)
We joyfully announce the release of: python-neutronclient 6.11.0: CLI and Client Library for OpenStack Networking This release is part of the stein release series. The source is available from: https://git.openstack.org/cgit/openstack/python-neutronclient Download the package from: https://pypi.org/project/python-neutronclient Please report issues through launchpad: https://bugs.launchpad.net/python-neutronclient For more details, please see below. 6.11.0 ^^^^^^ New Features * Adds the remote source firewall group and the remote destination firewall group field to the firewall rules. Changes in python-neutronclient 6.10.0..6.11.0 ---------------------------------------------- 1d45522 Fix docstring in method list_routers_on_l3_agent cb1e24b Fix docstring in method list_networks_on_dhcp_agent 3de4353 Fix api version handling, which completely breaks the client 5f69719 Don't quote {posargs} in tox.ini a385656 Adds the destination and source fwg to fwr 86a6740 Use templates for cover and lower-constraints 1a1dbf0 Consolidate irrelevant files added for py3 project 259c386 Switch to stestr Diffstat (except docs and test files) ------------------------------------- .gitignore | 2 +- .stestr.conf | 3 + .testr.conf | 4 - .zuul.yaml | 27 +---- lower-constraints.txt | 3 +- neutronclient/neutron/client.py | 2 +- neutronclient/osc/v2/fwaas/firewallrule.py | 49 ++++++++ neutronclient/shell.py | 2 - neutronclient/v2_0/client.py | 4 +- .../notes/remote_fwg-0f5362e5be8b2e84.yaml | 5 + test-requirements.txt | 2 +- tox.ini | 12 +- 15 files changed, 217 insertions(+), 43 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 77a33e6..11865b8 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -16 +16 @@ requests-mock>=1.2.0 # Apache-2.0 -testrepository>=0.0.18 # Apache-2.0/BSD +stestr>=2.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org