diff --git a/nova/values_overrides/train-ubuntu_bionic.yaml b/nova/values_overrides/train-ubuntu_bionic.yaml index f943d0e96f..d8a6d0943e 100644 --- a/nova/values_overrides/train-ubuntu_bionic.yaml +++ b/nova/values_overrides/train-ubuntu_bionic.yaml @@ -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 diff --git a/nova/values_overrides/train.yaml b/nova/values_overrides/train.yaml new file mode 100644 index 0000000000..677e86d358 --- /dev/null +++ b/nova/values_overrides/train.yaml @@ -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