We are delighted to announce the release of: neutron-lib 0.2.0: Neutron shared routines and utilities
This release is part of the newton release series. With source available at: http://git.openstack.org/cgit/openstack/neutron-lib With package available at: https://pypi.python.org/pypi/neutron-lib Please report issues through launchpad: http://bugs.launchpad.net/neutron For more details, please see below. Changes in neutron-lib 0.1.0..0.2.0 ----------------------------------- 4dcbeb2 Updated from global requirements d70cb29 Add IPv6_LLA_PREFIX constant c09ff0b Remove ICMPV6_ALLOWED_TYPES d33b62b Maintain ATTR_NOT_SPECIFIED constant with deepcopy da9870c Add constants for additional ICMPv6 types 55498ff Define legacy ICMPv6 protocol name 'icmpv6' for backward compaty Diffstat (except docs and test files) ------------------------------------- neutron_lib/constants.py | 55 +++++++++++++++++++++++++++++++++++++++++------- requirements.txt | 4 ++-- 2 files changed, 49 insertions(+), 10 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index e91e710..388462c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +6 @@ pbr>=1.6 # Apache-2.0 -Babel!=2.3.0,!=2.3.1,!=2.3.2,!=2.3.3,>=1.3 # BSD +Babel>=2.3.4 # BSD @@ -14 +14 @@ oslo.messaging>=4.5.0 # Apache-2.0 -oslo.service>=1.0.0 # Apache-2.0 +oslo.service>=1.10.0 # Apache-2.0 __________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev