From b630f34536eb45bad3a13045ba54dbdb653072f4 Mon Sep 17 00:00:00 2001 From: Sylvain Bauza Date: Mon, 5 Sep 2022 19:25:25 +0200 Subject: [PATCH] Nova Zed cycle highlights All that said. Change-Id: Icc37f23dd78e1f4ca539ca4c6ea57e92ab233b82 --- deliverables/zed/nova.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/deliverables/zed/nova.yaml b/deliverables/zed/nova.yaml index 3664dbb25e..93df750e3f 100644 --- a/deliverables/zed/nova.yaml +++ b/deliverables/zed/nova.yaml @@ -5,3 +5,25 @@ team: nova type: service repository-settings: openstack/nova: {} +cycle-highlights: + - | + `Virtual IOMMU devices `_ + can now be created and attached to an instance when running on a x86 host + and using the libvirt driver. + - | + Improved behavior for Windows guest by adding by default new `Hyper-V + enlightments `_ + on all libvirt guests. + - | + All lifecycle actions are now fully supported for + `instances with vDPA ports `_ + , including vDPA hot-plug live migration, suspend and attach/detach. + - | + Visible API improvements include : + the possibility to rebuild a volume-backed instance; + the ability to unshelve an instance to a specific host (admin only); + the change to only accept importing a public key but also with an extended + name pattern; + Nova policies removing system scopes for all APIs hence finishing to + implement `phase #1 of new RBAC guidelines `_ + that are opt-in.