[release-announce] [neutron] python-neutronclient 6.8.0 (rocky)
no-reply at openstack.org
no-reply at openstack.org
Tue Apr 3 22:24:20 UTC 2018
We are psyched to announce the release of:
python-neutronclient 6.8.0: CLI and Client Library for OpenStack
Networking
This release is part of the rocky release series.
The source is available from:
https://git.openstack.org/cgit/openstack/python-neutronclient
Download the package from:
https://pypi.python.org/pypi/python-neutronclient
Please report issues through launchpad:
https://bugs.launchpad.net/python-neutronclient
For more details, please see below.
Changes in python-neutronclient 6.7.0..6.8.0
--------------------------------------------
ac24ab1 Remove mox3 from test-requirements.txt
f6b1e85 Remove mox/mox3 usage from test_cli20.py
ce62303 Remove mox/mox3 usage from lb modules
260f743 Remove mox/mox3 usage from fw modules
8dac1af Remove mox/mox3 usage from bgp
633a20c Remove mox/mox3 from test_cli20_address_scope.py
bcce41e Remove mox/mox3 from test_cli20_agentschedulers.py
f54ba79 Rename python-openstacksdk to openstacksdk
05fbf57 Updated from global requirements
5614348 add lower-constraints job
5a0d8c8 Remove mox/mox3 usage from test_cli20_securitygroup.py
02b6e6f Remove mox/mox3 usage from test_cli20_subnet.py
93e4ef2 Remove mox/mox3 usage from test_cli20_subnetpool.py
c50b126 Remove mox/mox3 usage from test_cli20_network.py
bccf489 Updated from global requirements
d8a605c Remove mox/mox3 usage from test_name_or_id.py
f2abd8c Remove mox/mox3 usage from test_cli20_port.py
40adca4 Fix the assertion of standard error text
06961da Remove mox/mox3 usage from test_cli20_tag
03c5c1f Remove mox/mox3 usage from test_quota
e1729c5 Updated from global requirements
dd36540 Remove bogus ID column from ListRoutesAdvertisedBySpeaker
595edf4 Updated from global requirements
1791ce6 Drop neutronclient-specific cliff sphinx extension
4914b4e Consume column utils from osc-lib
edb91f0 Update reno for stable/queens
5d9dd45 Updated from global requirements
288aa63 osc, bgpvpn: add support for 'local_pref' BGPVPN attribute
228ad49 Enable VPNaaS functional tests in the neutronclient gate
Diffstat (except docs and test files)
-------------------------------------
.zuul.yaml | 7 +
lower-constraints.txt | 121 +++++
neutronclient/cliff_sphinxext.py | 385 ----------------
neutronclient/osc/utils.py | 75 ---
neutronclient/osc/v2/dynamic_routing/bgp_peer.py | 5 +-
.../osc/v2/dynamic_routing/bgp_speaker.py | 9 +-
neutronclient/osc/v2/fwaas/firewallgroup.py | 27 +-
neutronclient/osc/v2/fwaas/firewallpolicy.py | 21 +-
neutronclient/osc/v2/fwaas/firewallrule.py | 35 +-
neutronclient/osc/v2/logging/network_log.py | 31 +-
neutronclient/osc/v2/networking_bgpvpn/bgpvpn.py | 42 +-
.../v2/networking_bgpvpn/network_association.py | 8 +-
.../osc/v2/networking_bgpvpn/port_association.py | 14 +-
.../v2/networking_bgpvpn/resource_association.py | 9 +-
.../osc/v2/networking_bgpvpn/router_association.py | 8 +-
neutronclient/osc/v2/sfc/sfc_flow_classifier.py | 40 +-
neutronclient/osc/v2/sfc/sfc_port_chain.py | 24 +-
neutronclient/osc/v2/sfc/sfc_port_pair.py | 22 +-
neutronclient/osc/v2/sfc/sfc_port_pair_group.py | 24 +-
neutronclient/osc/v2/sfc/sfc_service_graph.py | 18 +-
neutronclient/osc/v2/vpnaas/endpoint_group.py | 19 +-
neutronclient/osc/v2/vpnaas/ikepolicy.py | 27 +-
.../osc/v2/vpnaas/ipsec_site_connection.py | 48 +-
neutronclient/osc/v2/vpnaas/ipsecpolicy.py | 27 +-
neutronclient/osc/v2/vpnaas/vpnservice.py | 25 +-
.../unit/osc/v2/networking_bgpvpn/test_bgpvpn.py | 22 +-
.../networking_bgpvpn/test_resource_association.py | 18 +-
releasenotes/source/index.rst | 1 +
releasenotes/source/queens.rst | 6 +
requirements.txt | 2 +-
test-requirements.txt | 7 +-
tox.ini | 7 +
55 files changed, 1318 insertions(+), 1556 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 4933c33..17de076 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -14 +14 @@ os-client-config>=1.28.0 # Apache-2.0
-keystoneauth1>=3.3.0 # Apache-2.0
+keystoneauth1>=3.4.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index e98669e..98ded3e 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -9 +8,0 @@ flake8-import-order==0.12 # LGPLv3
-mox3>=0.20.0 # Apache-2.0
@@ -11 +10 @@ mock>=2.0.0 # BSD
-openstackdocstheme>=1.17.0 # Apache-2.0
+openstackdocstheme>=1.18.1 # Apache-2.0
@@ -17,2 +16,2 @@ reno>=2.5.0 # Apache-2.0
-requests-mock>=1.1.0 # Apache-2.0
-sphinx!=1.6.6,>=1.6.2 # BSD
+requests-mock>=1.2.0 # Apache-2.0
+sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
More information about the Release-announce
mailing list