From 0237fe2bb9eb1ca07f8443878e1be885de2fd865 Mon Sep 17 00:00:00 2001 From: Boden R Date: Mon, 18 Sep 2017 04:38:05 -0600 Subject: [PATCH] release neutron-lib 1.10.0 A number of changes have gone into neutron-lib since we released 1.9.1 and thus we'd like to get a new release out so that we can work to consume these new changes. Change-Id: Id21fe608c0261f52154dfc15fc0de0873d9c24d7 --- deliverables/queens/neutron-lib.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/deliverables/queens/neutron-lib.yaml b/deliverables/queens/neutron-lib.yaml index bdd8921049..a0d5a5807b 100644 --- a/deliverables/queens/neutron-lib.yaml +++ b/deliverables/queens/neutron-lib.yaml @@ -4,3 +4,26 @@ launchpad: neutron release-model: cycle-with-intermediary team: neutron type: library +releases: + - version: 1.10.0 + projects: + - repo: openstack/neutron-lib + hash: 5e6153b144512e69157df8d16da71674f9c04778 + highlights: | + * The API definition for extended port bindings has been added + * The API definition for availability zones has been added + * The API definition for subnet pools has been added + * The API definition for allowed address pairs has been added + * The API definition for external networks has been added + * The API definition for metering has been added + * The API definition for extra routes has been added + * The API definition for L2 adjacency has been added + * The API definition for subnet onboarding has been added + * The API definition for QoS has been added + * The API definition for project ID has been added + * The API definition for L3 ext gateway mode has been added + * The API definition for standard attribute tags has been added + * The API definition for network extended MTU has been added + * The API definition for IP allocation has been added + * The API definition for L3 flavors has been added + * The API definition for DVR has been added