From 8d89b1a75f792f494026151fef093f590a989ffc Mon Sep 17 00:00:00 2001 From: Gerry Kopec Date: Wed, 24 Jul 2019 22:37:51 -0400 Subject: [PATCH] Enable nova service cleaner in helm chart Enable service cleaner cronjob in nova helm chart. This will run hourly and delete any nova services that are no longer up (e.g. conductor, scheduler & consoleauth). These will be left over after controller lock/unlock or application-update. Change-Id: I001bf79b497eb1924b4252612c5ead6e992e8196 Closes-Bug: 1835565 Signed-off-by: Gerry Kopec --- stx-openstack-helm/stx-openstack-helm/manifests/manifest.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/stx-openstack-helm/stx-openstack-helm/manifests/manifest.yaml b/stx-openstack-helm/stx-openstack-helm/manifests/manifest.yaml index e3b3854e..35d21875 100644 --- a/stx-openstack-helm/stx-openstack-helm/manifests/manifest.yaml +++ b/stx-openstack-helm/stx-openstack-helm/manifests/manifest.yaml @@ -830,7 +830,6 @@ data: ingress_osapi: false service_ingress_osapi: false cron_job_cell_setup: false - cron_job_service_cleaner: false statefulset_compute_ironic: false deployment_placement: false ingress_placement: false