Merge "Use novnc from source by default"

This commit is contained in:
Zuul
2025-08-08 18:09:48 +00:00
committed by Gerrit Code Review

View File

@@ -352,6 +352,12 @@
nodes (everything but the controller). nodes (everything but the controller).
required-projects: required-projects:
- opendev.org/openstack/devstack - opendev.org/openstack/devstack
# this is a workaround for a packaging bug in ubuntu
# remove when https://bugs.launchpad.net/nova/+bug/2109592
# is resolved and oslo.config is not a dep of the novnc deb
# via the defunct python3-novnc package.
- novnc/novnc
roles: roles:
- zuul: opendev.org/openstack/openstack-zuul-jobs - zuul: opendev.org/openstack/openstack-zuul-jobs
vars: vars:
@@ -369,7 +375,6 @@
LOG_COLOR: false LOG_COLOR: false
VERBOSE: true VERBOSE: true
VERBOSE_NO_TIMESTAMP: true VERBOSE_NO_TIMESTAMP: true
NOVNC_FROM_PACKAGE: true
ERROR_ON_CLONE: true ERROR_ON_CLONE: true
# Gate jobs can't deal with nested virt. Disable it by default. # Gate jobs can't deal with nested virt. Disable it by default.
LIBVIRT_TYPE: '{{ devstack_libvirt_type | default("qemu") }}' LIBVIRT_TYPE: '{{ devstack_libvirt_type | default("qemu") }}'
@@ -442,7 +447,6 @@
LOG_COLOR: false LOG_COLOR: false
VERBOSE: true VERBOSE: true
VERBOSE_NO_TIMESTAMP: true VERBOSE_NO_TIMESTAMP: true
NOVNC_FROM_PACKAGE: true
ERROR_ON_CLONE: true ERROR_ON_CLONE: true
LIBVIRT_TYPE: qemu LIBVIRT_TYPE: qemu
devstack_services: devstack_services: