Merge "Rally: remove unused config template"

This commit is contained in:
Zuul 2018-04-02 00:20:24 +00:00 committed by Gerrit Code Review
commit 9843ab5eae
2 changed files with 11 additions and 1021 deletions

View File

@ -23,25 +23,25 @@ metadata:
name: rally-tasks
data:
authenticate.yaml: |
{{ toYaml .Values.conf.rally_tasks.authenticate_task | indent 4 }}
{{ toYaml .Values.conf.rally_tasks.authenticate_task | indent 4 }}
ceilometer.yaml: |
{{ toYaml .Values.conf.rally_tasks.ceilometer_task | indent 4 }}
{{ toYaml .Values.conf.rally_tasks.ceilometer_task | indent 4 }}
cinder.yaml: |
{{ toYaml .Values.conf.rally_tasks.cinder_task | indent 4 }}
{{ toYaml .Values.conf.rally_tasks.cinder_task | indent 4 }}
glance.yaml: |
{{ toYaml .Values.conf.rally_tasks.glance_task | indent 4 }}
{{ toYaml .Values.conf.rally_tasks.glance_task | indent 4 }}
heat.yaml: |
{{ toYaml .Values.conf.rally_tasks.heat_task | indent 4 }}
{{ toYaml .Values.conf.rally_tasks.heat_task | indent 4 }}
keystone.yaml: |
{{ toYaml .Values.conf.rally_tasks.keystone_task | indent 4 }}
{{ toYaml .Values.conf.rally_tasks.keystone_task | indent 4 }}
magnum.yaml: |
{{ toYaml .Values.conf.rally_tasks.magnum_task | indent 4 }}
{{ toYaml .Values.conf.rally_tasks.magnum_task | indent 4 }}
neutron.yaml: |
{{ toYaml .Values.conf.rally_tasks.neutron_task | indent 4 }}
{{ toYaml .Values.conf.rally_tasks.neutron_task | indent 4 }}
nova.yaml: |
{{ toYaml .Values.conf.rally_tasks.nova_task | indent 4 }}
{{ toYaml .Values.conf.rally_tasks.nova_task | indent 4 }}
senlin.yaml: |
{{ toYaml .Values.conf.rally_tasks.senlin_task | indent 4 }}
{{ toYaml .Values.conf.rally_tasks.senlin_task | indent 4 }}
swift.yaml: |
{{ toYaml .Values.conf.rally_tasks.swift_task | indent 4 }}
{{ toYaml .Values.conf.rally_tasks.swift_task | indent 4 }}
{{- end }}

File diff suppressed because it is too large Load Diff