From 5a1fc3c983ab702a7a0d0f13aaddd6d0b8e3acfb Mon Sep 17 00:00:00 2001 From: Rabi Mishra Date: Tue, 8 Sep 2020 09:06:07 +0530 Subject: [PATCH] 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 --- environments/undercloud-disable-nova.yaml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 environments/undercloud-disable-nova.yaml diff --git a/environments/undercloud-disable-nova.yaml b/environments/undercloud-disable-nova.yaml deleted file mode 100644 index 9348e49560..0000000000 --- a/environments/undercloud-disable-nova.yaml +++ /dev/null @@ -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 \ No newline at end of file