diff --git a/barbican/templates/configmap-bin.yaml b/barbican/templates/configmap-bin.yaml index 4d2f2c2ac0..29b952b1bc 100644 --- a/barbican/templates/configmap-bin.yaml +++ b/barbican/templates/configmap-bin.yaml @@ -29,5 +29,3 @@ data: {{- include "helm-toolkit.scripts.keystone_endpoints" . | indent 4 }} ks-user.sh: | {{- include "helm-toolkit.scripts.keystone_user" . | indent 4 }} - ks-domain-user.sh: | -{{- include "helm-toolkit.scripts.keystone_domain_user" . | indent 4 }} diff --git a/magnum/templates/configmap-bin.yaml b/magnum/templates/configmap-bin.yaml index 1551a8b7ea..cbb2afbd43 100644 --- a/magnum/templates/configmap-bin.yaml +++ b/magnum/templates/configmap-bin.yaml @@ -29,8 +29,6 @@ data: {{- include "helm-toolkit.scripts.keystone_endpoints" . | indent 4 }} ks-user.sh: |+ {{- include "helm-toolkit.scripts.keystone_user" . | indent 4 }} - ks-domain-user.sh: |+ -{{- include "helm-toolkit.scripts.keystone_domain_user" . | indent 4 }} magnum-api.sh: | {{ tuple "bin/_magnum-api.sh.tpl" . | include "helm-toolkit.utils.template" | indent 4 }} magnum-conductor.sh: | diff --git a/mistral/templates/configmap-bin.yaml b/mistral/templates/configmap-bin.yaml index 66d6804647..498c08b323 100644 --- a/mistral/templates/configmap-bin.yaml +++ b/mistral/templates/configmap-bin.yaml @@ -29,8 +29,6 @@ data: {{- include "helm-toolkit.scripts.keystone_endpoints" . | indent 4 }} ks-user.sh: |+ {{- include "helm-toolkit.scripts.keystone_user" . | indent 4 }} - ks-domain-user.sh: |+ -{{- include "helm-toolkit.scripts.keystone_domain_user" . | indent 4 }} mistral-api.sh: | {{ tuple "bin/_mistral-api.sh.tpl" . | include "helm-toolkit.utils.template" | indent 4 }} mistral-engine.sh: | diff --git a/senlin/templates/configmap-bin.yaml b/senlin/templates/configmap-bin.yaml index 18626df0bf..bff03c7666 100644 --- a/senlin/templates/configmap-bin.yaml +++ b/senlin/templates/configmap-bin.yaml @@ -29,8 +29,6 @@ data: {{- include "helm-toolkit.scripts.keystone_endpoints" . | indent 4 }} ks-user.sh: |+ {{- include "helm-toolkit.scripts.keystone_user" . | indent 4 }} - ks-domain-user.sh: |+ -{{- include "helm-toolkit.scripts.keystone_domain_user" . | indent 4 }} senlin-api.sh: | {{ tuple "bin/_senlin-api.sh.tpl" . | include "helm-toolkit.utils.template" | indent 4 }} senlin-engine.sh: |