From 02694b2850310c46e772b4020a50a56604ffe6ac Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Wed, 26 Apr 2017 14:44:23 -0700 Subject: [PATCH] Release new neutron-lib 1.5.0 I am primarily interested in delivering the new hacking check to consuming projects that forbigs translations for log messages, so that we can start to enable it in all the gates and clean up trees from those _L* markers. Change-Id: Ia45ac2c2ccede5ff6a74ce47e2a15407a23c7b16 --- deliverables/pike/neutron-lib.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/deliverables/pike/neutron-lib.yaml b/deliverables/pike/neutron-lib.yaml index 730f8b000d..e5b4387909 100644 --- a/deliverables/pike/neutron-lib.yaml +++ b/deliverables/pike/neutron-lib.yaml @@ -40,3 +40,14 @@ releases: * Rehomed NeutronWorker class * Downgraded callback abortable event log to debug * Added flush_on_subtransaction=True to engine config + - version: 1.5.0 + projects: + - repo: openstack/neutron-lib + hash: a73142e977b0f5c7afc8d1ab8e4bfce66c8db75c + highlights: | + * Rehomed extra_dhcp_opt api-def. + * Rehomed core resource api-defs. + * Rehomed ``is_port_trusted`` util function. + * hacking: enforce log messages not being translated. + * fwaas: added new protocols (DCCP, SCTP). + * fwaas: migrated from ``public`` attribute to ``shared``.