Merge "Drop undercloud-disable-nova.yaml"

This commit is contained in:
Zuul 2020-09-16 13:26:06 +00:00 committed by Gerrit Code Review
commit 90c5e52461
1 changed files with 0 additions and 13 deletions

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