From 7ceb0fac35e377a7048f40845f70baa85481a820 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Thu, 8 Feb 2018 16:51:47 -0500 Subject: [PATCH] queens: release nova 17.0.0.0rc1 Cycle highlights are added based on the current Queens GA release notes. Change-Id: I20d75037900a1a1d345d087b30d5a76176738f69 --- deliverables/queens/nova.yaml | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/deliverables/queens/nova.yaml b/deliverables/queens/nova.yaml index 0f14875c57..df1b159d26 100644 --- a/deliverables/queens/nova.yaml +++ b/deliverables/queens/nova.yaml @@ -4,6 +4,9 @@ release-model: cycle-with-milestones team: nova type: service release-notes: https://docs.openstack.org/releasenotes/nova/unreleased.html +branches: + - location: 17.0.0.0rc1 + name: stable/queens releases: - version: 17.0.0.0b1 projects: @@ -17,8 +20,29 @@ releases: projects: - repo: openstack/nova hash: 81f0ca1352d4aa12717573b95586de60141c8e0e + - version: 17.0.0.0rc1 + projects: + - repo: openstack/nova + hash: 5caca24dc79e3942b26e00ff1e0b8e7a320a947f cycle-highlights: - - Added support for vGPUs. Experimental feature with some caveats, but admins - can now define flavors that request vGPU resources. + - | + The performance of listing instances across a multi-cell cells v2 + deployment has been improved and the results are now merge sorted. + - | + Rescheduling during a server create or resize operation is now supported + in a split-MQ multi-cell cells v2 deployment. + - | + The libvirt compute driver supports volume multi-attach when using the + 2.60 compute API microversion. See the Cinder admin guide for more details + on volume multi-attach support in Queens. + - | + Added support for vGPUs. Experimental feature with some caveats, but admins + can now define flavors that request vGPU resources. See `admin guide + `_ for more + details. + - | + Traits-based scheduling is now available for the ironic compute driver. + For more details, see the `ironic docs for scheduling based on traits + `_. repository-settings: openstack/nova: {}