From 249d98fc19744733ff65877d0efb4d40d2b72933 Mon Sep 17 00:00:00 2001 From: Tin Lam Date: Tue, 13 Aug 2019 18:08:18 -0500 Subject: [PATCH] Remove kolla novncproxy image dependency Current nova loci image build should account for the nova-novncproxy image. We can and should reduce the number of images and just use the loci image instead for the loci build. This applies only to the Ocata release as newer releases already took this approach. Change-Id: I01f85a957c3bfdd9f54515de4b02305bde5ead8c Signed-off-by: Tin Lam --- tools/overrides/releases/ocata/loci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/overrides/releases/ocata/loci.yaml b/tools/overrides/releases/ocata/loci.yaml index 7b3d6feec8..ded53a8014 100644 --- a/tools/overrides/releases/ocata/loci.yaml +++ b/tools/overrides/releases/ocata/loci.yaml @@ -67,8 +67,8 @@ images: nova_conductor: 'docker.io/openstackhelm/nova:ocata' nova_consoleauth: 'docker.io/openstackhelm/nova:ocata' nova_db_sync: 'docker.io/openstackhelm/nova:ocata' - nova_novncproxy: 'docker.io/kolla/ubuntu-source-nova-novncproxy:ocata' - nova_novncproxy_assets: 'docker.io/kolla/ubuntu-source-nova-novncproxy:ocata' + nova_novncproxy: 'docker.io/openstackhelm/nova:ocata' + nova_novncproxy_assets: 'docker.io/openstackhelm/nova:ocata' nova_placement: 'docker.io/openstackhelm/nova:ocata' nova_scheduler: 'docker.io/openstackhelm/nova:ocata' nova_spiceproxy: 'docker.io/kolla/ubuntu-source-nova-spicehtml5proxy:ocata'