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 <tin@irrational.io>
This commit is contained in:
parent
a6ccab5270
commit
249d98fc19
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user