Drop undercloud-disable-nova.yaml

Nova is disabled on undercloud by default and there is
a new env file to enable it.

Depends-On: https://review.opendev.org/#/c/749876/
Closes-Bug: #1891242
Change-Id: Iaa5566131c5a5d00889f5cf1078f2b825f2b0325
This commit is contained in:
Rabi Mishra 2020-09-08 09:06:07 +05:30
parent b0d3732564
commit 5a1fc3c983

View File

@ -1,13 +0,0 @@
# This heat environment can be used to disable the nova/glance services used on
# the undercloud. It is used for underclouds which only use deployed-server
# (optionally using ironic provisioned nodes).
parameter_defaults:
MistralExecutorVolumes: []
resource_registry:
OS::TripleO::Services::NovaApi: OS::Heat::None
OS::TripleO::Services::NovaConductor: OS::Heat::None
OS::TripleO::Services::NovaIronic: OS::Heat::None
OS::TripleO::Services::NovaMetadata: OS::Heat::None
OS::TripleO::Services::NovaScheduler: OS::Heat::None
OS::TripleO::Services::GlanceApi: OS::Heat::None