From 3422c47191e2ef42c664f567b7069208f8559181 Mon Sep 17 00:00:00 2001 From: Zuul Date: Wed, 27 Jul 2022 19:16:45 +0000 Subject: [PATCH] Update git submodules * Update charm-nova-compute from branch 'master' to 467fa1b8e941daa48551174118fdf5f589fadcd7 - Merge "Update nova.conf for OpenStack Yoga" - Update nova.conf for OpenStack Yoga This merge request focuses on fixing the VNC config for OpenStack Yoga on the Focal and Jammy series. Originally, the Yoga version of this charm was using a template nova.conf file from Train which did not use the new [vnc] required for Yoga. Train had the VNC config in the [DEFAULT] section, which is depreciated in Yoga. Itemized changes to charm below: * Create templates/yoga * Move VNC config to [vnc] section in nova.conf * Rename VNC config keys to follow the Yoga specification. Closes-Bug: #1974082 Closes-Bug: #1734683 Change-Id: Ic100528f9f38bbc0c83e4f563166113024e3db59 --- charm-nova-compute | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charm-nova-compute b/charm-nova-compute index 960520b199..467fa1b8e9 160000 --- a/charm-nova-compute +++ b/charm-nova-compute @@ -1 +1 @@ -Subproject commit 960520b1992ca43aa26a161dca7621bebcbb7b63 +Subproject commit 467fa1b8e941daa48551174118fdf5f589fadcd7