Merge "Move common nova Train overrides from distro overrides"
This commit is contained in:
commit
c833a8da7e
@ -21,12 +21,3 @@ images:
|
||||
nova_spiceproxy: "docker.io/openstackhelm/nova:train-ubuntu_bionic"
|
||||
nova_spiceproxy_assets: "docker.io/openstackhelm/nova:train-ubuntu_bionic"
|
||||
nova_service_cleaner: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_bionic"
|
||||
manifests:
|
||||
# NOTE(lamt): The nova-consoleauth service has been removed. It was
|
||||
# deprecated since the 18.0.0 (Rocky) release.
|
||||
# See: https://docs.openstack.org/releasenotes/nova/train.html
|
||||
deployment_consoleauth: false
|
||||
# NOTE(lamt): Placement code was extracted from nova post Stein.
|
||||
# A placement chart will need to be deployed to replace.
|
||||
# See: https://docs.openstack.org/releasenotes/nova/train.html
|
||||
deployment_placement: false
|
||||
|
9
nova/values_overrides/train.yaml
Normal file
9
nova/values_overrides/train.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
manifests:
|
||||
# NOTE(lamt): The nova-consoleauth service has been removed. It was
|
||||
# deprecated since the 18.0.0 (Rocky) release.
|
||||
# See: https://docs.openstack.org/releasenotes/nova/train.html
|
||||
deployment_consoleauth: false
|
||||
# NOTE(lamt): Placement code was extracted from nova post Stein.
|
||||
# A placement chart will need to be deployed to replace.
|
||||
# See: https://docs.openstack.org/releasenotes/nova/train.html
|
||||
deployment_placement: false
|
Loading…
Reference in New Issue
Block a user