From 903703f05d0f87e5686f8845114b1cddd1c2429f Mon Sep 17 00:00:00 2001 From: Dariusz Smigiel Date: Tue, 3 Jan 2017 16:50:44 +0000 Subject: [PATCH] Release neutron-lib 1.1.0 (ocata) Change-Id: Icc52c471f464555c56492acd47f6b3e3966abc40 --- deliverables/ocata/neutron-lib.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/deliverables/ocata/neutron-lib.yaml b/deliverables/ocata/neutron-lib.yaml index 4a7f5e8aa4..9cb7341b9b 100644 --- a/deliverables/ocata/neutron-lib.yaml +++ b/deliverables/ocata/neutron-lib.yaml @@ -19,3 +19,17 @@ releases: * Deprecated method ensure_dir * Enhanced valid_values to use __contains__ * Rehomed populate_project_info() from neutron + - version: 1.1.0 + projects: + - repo: openstack/neutron-lib + hash: 9b3ea8f29f8ddb27575b79a77183d1ac2224ff01 + highlights: | + * Added multiple changes for API-Ref (FWaaS v2) + * Rehomed agent extension abstract classes from neutron + * Rehomed get_random_mac to neutron_lib.utils.net from neutron + * Rehomed ServicePluginBase + * Rehomed a number of API definitions + * The constants EXPAND_BRANCH and CONTRACT_BRANCH are now available in neutron_lib.db.constants. + * A converter convert_ip_to_canonical_format has been added to neutron-lib which allows IPv6 addresses to be stored and displayed in canonical format. + * OpenStack dev hacking check H904 is now enabled in tox.ini via the enable-extensions configuration property. Neutron-lib adopters should also enable this hacking check in their tox.ini. + * Made neutron context available in neutron-lib