commit 976b068732c08dbb9769427ee62780145fc9968b Author: Zuul Date: Sat Oct 10 14:40:48 2020 +0000 Update git submodules * Update nova from branch 'master' - Merge "libvirt: 'video.vram' property must be an integer" - libvirt: 'video.vram' property must be an integer The 'vram' property of the 'video' device must be an integer else libvirt will spit the dummy out, e.g. libvirt.libvirtError: XML error: cannot parse video vram '8192.0' The division operator in Python 3 results in a float, not an integer like in Python 2. Use the truncation division operator instead. Change-Id: Iebf678c229da4f455459d068cafeee5f241aea1f Signed-off-by: Stephen Finucane Closes-Bug: #1896496 diff --git a/nova b/nova index 745f835..3756f4f 160000 --- a/nova +++ b/nova @@ -1 +1 @@ -Subproject commit 745f835e9d8931261501747130165824334abb4b +Subproject commit 3756f4ffa6ff670bfd6b491a12b833da0a36b017