From 663246878208e87876ccfee85892727780234641 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Thu, 25 Apr 2019 10:41:29 -0400 Subject: [PATCH] Enable n-novnc in nova-multi-cell job With the dependent devstack fix we should be able to run the n-novnc service in a multi-cell setup. Depends-On: https://review.opendev.org/649473/ Change-Id: I6d2a564840a5ac4f4f7e803619d9962653bb5d6c Related-Bug: #1822873 --- .zuul.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index f2e1125738da..673cb2ab9dac 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -240,8 +240,6 @@ # on the same host which is not supported by the libvirt driver. cold_migration: false devstack_services: - # Disable n-novnc until bug 1822873 is fixed. - n-novnc: false # Disable other non-essential services that we don't need for this job. c-bak: false devstack_localrc: @@ -255,8 +253,6 @@ # We only have two computes and we don't yet support cross-cell live # migration. LIVE_MIGRATION_AVAILABLE: false - # Disable n-novnc until bug 1822873 is fixed. - NOVA_VNC_ENABLED: false group-vars: peers: devstack_localrc: @@ -266,11 +262,7 @@ devstack_localrc: # The subnode compute will get registered with cell2. NOVA_CPU_CELL: 2 - # Disable n-novnc until bug 1822873 is fixed. - NOVA_VNC_ENABLED: false devstack_services: - # Disable n-novnc until bug 1822873 is fixed. - n-novnc: false # Disable other non-essential services that we don't need for this # job. c-bak: false