From 00def94bad5149cc3822a19ff824d56129302295 Mon Sep 17 00:00:00 2001 From: Pete Birley Date: Sat, 12 May 2018 16:58:16 -0500 Subject: [PATCH] Nova/Ironic: Update nova-compute ironic pods to use nova compute labels This PS updates the nova-compute ironic pods to use the nova-compute labels, allowing cell managment jobs to be run. Change-Id: Icd1c68882038f53d9948770a6f85b0e8ee53d964 --- nova/templates/statefulset-compute-ironic.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova/templates/statefulset-compute-ironic.yaml b/nova/templates/statefulset-compute-ironic.yaml index 721d89d338..3122e261df 100644 --- a/nova/templates/statefulset-compute-ironic.yaml +++ b/nova/templates/statefulset-compute-ironic.yaml @@ -33,7 +33,7 @@ spec: template: metadata: labels: -{{ tuple $envAll "nova" "compute-ironic" | include "helm-toolkit.snippets.kubernetes_metadata_labels" | indent 8 }} +{{ tuple $envAll "nova" "compute" | include "helm-toolkit.snippets.kubernetes_metadata_labels" | indent 8 }} annotations: configmap-bin-hash: {{ tuple "configmap-bin.yaml" . | include "helm-toolkit.utils.hash" }} configmap-etc-hash: {{ tuple "configmap-etc.yaml" . | include "helm-toolkit.utils.hash" }}