Rally: remove unused config template
This PS removes an unused config template in the rally chart, and also cleans up some whitespace issues. Change-Id: Iaf6168e377aaf9a2b895af8c8a76b5cb420bb5e8
This commit is contained in:
parent
e6758afeec
commit
88d085b089
@ -23,25 +23,25 @@ metadata:
|
|||||||
name: rally-tasks
|
name: rally-tasks
|
||||||
data:
|
data:
|
||||||
authenticate.yaml: |
|
authenticate.yaml: |
|
||||||
{{ toYaml .Values.conf.rally_tasks.authenticate_task | indent 4 }}
|
{{ toYaml .Values.conf.rally_tasks.authenticate_task | indent 4 }}
|
||||||
ceilometer.yaml: |
|
ceilometer.yaml: |
|
||||||
{{ toYaml .Values.conf.rally_tasks.ceilometer_task | indent 4 }}
|
{{ toYaml .Values.conf.rally_tasks.ceilometer_task | indent 4 }}
|
||||||
cinder.yaml: |
|
cinder.yaml: |
|
||||||
{{ toYaml .Values.conf.rally_tasks.cinder_task | indent 4 }}
|
{{ toYaml .Values.conf.rally_tasks.cinder_task | indent 4 }}
|
||||||
glance.yaml: |
|
glance.yaml: |
|
||||||
{{ toYaml .Values.conf.rally_tasks.glance_task | indent 4 }}
|
{{ toYaml .Values.conf.rally_tasks.glance_task | indent 4 }}
|
||||||
heat.yaml: |
|
heat.yaml: |
|
||||||
{{ toYaml .Values.conf.rally_tasks.heat_task | indent 4 }}
|
{{ toYaml .Values.conf.rally_tasks.heat_task | indent 4 }}
|
||||||
keystone.yaml: |
|
keystone.yaml: |
|
||||||
{{ toYaml .Values.conf.rally_tasks.keystone_task | indent 4 }}
|
{{ toYaml .Values.conf.rally_tasks.keystone_task | indent 4 }}
|
||||||
magnum.yaml: |
|
magnum.yaml: |
|
||||||
{{ toYaml .Values.conf.rally_tasks.magnum_task | indent 4 }}
|
{{ toYaml .Values.conf.rally_tasks.magnum_task | indent 4 }}
|
||||||
neutron.yaml: |
|
neutron.yaml: |
|
||||||
{{ toYaml .Values.conf.rally_tasks.neutron_task | indent 4 }}
|
{{ toYaml .Values.conf.rally_tasks.neutron_task | indent 4 }}
|
||||||
nova.yaml: |
|
nova.yaml: |
|
||||||
{{ toYaml .Values.conf.rally_tasks.nova_task | indent 4 }}
|
{{ toYaml .Values.conf.rally_tasks.nova_task | indent 4 }}
|
||||||
senlin.yaml: |
|
senlin.yaml: |
|
||||||
{{ toYaml .Values.conf.rally_tasks.senlin_task | indent 4 }}
|
{{ toYaml .Values.conf.rally_tasks.senlin_task | indent 4 }}
|
||||||
swift.yaml: |
|
swift.yaml: |
|
||||||
{{ toYaml .Values.conf.rally_tasks.swift_task | indent 4 }}
|
{{ toYaml .Values.conf.rally_tasks.swift_task | indent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user