From 08cbf0f4b10186e91a3808a47e3336f78e3d6814 Mon Sep 17 00:00:00 2001 From: Sean Mooney Date: Thu, 20 Feb 2025 17:43:13 +0000 Subject: [PATCH] FUP for reno issues this change addresses nits in the make-virtio-the-default-spice-video releasenote Change-Id: I1d8782cf91375b88c1c119ef4de8a9868b7a60f1 --- ...io-the-default-spice-video-model-fff5189fa637d4bd.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/releasenotes/notes/make-virtio-the-default-spice-video-model-fff5189fa637d4bd.yaml b/releasenotes/notes/make-virtio-the-default-spice-video-model-fff5189fa637d4bd.yaml index e6f8a376e0..406d98bb5d 100644 --- a/releasenotes/notes/make-virtio-the-default-spice-video-model-fff5189fa637d4bd.yaml +++ b/releasenotes/notes/make-virtio-the-default-spice-video-model-fff5189fa637d4bd.yaml @@ -11,14 +11,14 @@ upgrade: operators should change the spice video model from QXL to virtio and replace the spice console with vnc. For existing instances the video model can be updated with the ``nova-manage image_property set`` command. - when updating the embedded image properties Operators should evaluate if + When updating the embedded image properties, operators should evaluate if any glance images request the QXL video model and update them or work with the image owner to have them move to a modern video model. fixes: - | When the default video model for libvirt was updated to virtio in Yoga - the default for host using spice was not changed. This lead to issues + the default for hosts using spice was not changed. This lead to issues when starting instances on hosts that had spice configured with QXL as - the default video model on modern distros. To address this the default + the default video model on modern distros. To address this, the default spice video model is now virtio. - see https://bugs.launchpad.net/nova/+bug/2097529 for more details. + See https://bugs.launchpad.net/nova/+bug/2097529 for more details.