We are pleased to announce the release of: neutron-lib 1.7.0: Neutron shared routines and utilities This release is part of the pike release series. The source is available from: http://git.openstack.org/cgit/openstack/neutron-lib Download the package from: https://pypi.python.org/pypi/neutron-lib Please report issues through launchpad: http://bugs.launchpad.net/neutron For more details, please see below. 1.7.0 ^^^^^ New Features * The constants "VALID_BLANK_EXTRA_DHCP_OPTS" and "DHCP_OPT_VALUE_MAX_LEN" are now public in the "neutron_lib.api.definitions.extra_dhcp_opt" API definition module. Changes in neutron-lib 1.6.0..1.7.0 ----------------------------------- a64b97d Remove duplicated "set of" 2f43cc9 Add VIF_TYPE_TAP constant to portbindings 5c60203 Updated from global requirements 3f290de make extra_dhcp_opt vars public df9c357 rehome NETWORK_ID ml2 constant 43cb255 use constants rather than static strings Diffstat (except docs and test files) ------------------------------------- neutron_lib/api/definitions/data_plane_status.py | 5 +++-- neutron_lib/api/definitions/extra_dhcp_opt.py | 15 ++++++++------- neutron_lib/api/definitions/firewall_v2.py | 19 +++++++++++-------- .../api/definitions/firewallrouterinsertion.py | 3 ++- neutron_lib/api/definitions/network.py | 7 ++++--- neutron_lib/api/definitions/port_security.py | 6 ++++-- neutron_lib/api/definitions/portbindings.py | 6 ++++-- neutron_lib/api/definitions/provider_net.py | 5 +++-- neutron_lib/api/definitions/trunk_details.py | 5 +++-- neutron_lib/plugins/ml2/api.py | 1 + .../extra-dhcp-opt-public-vars-ec4e1c2dcac43d69.yaml | 5 +++++ test-requirements.txt | 4 ++-- 13 files changed, 51 insertions(+), 32 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 0ae82ed..e6692b7 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7 +7 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 -coverage>=4.0 # Apache-2.0 +coverage!=4.4,>=4.0 # Apache-2.0 @@ -10 +10 @@ python-subunit>=0.0.18 # Apache-2.0/BSD -sphinx>=1.5.1 # BSD +sphinx!=1.6.1,>=1.5.1 # BSD
participants (1)
-
no-reply@openstack.org