Delete extra spaces in gnocchi config.yml
TrivialFix Change-Id: Ie7bd9b104bd6ce542a365e949941e22eb2c85695
This commit is contained in:
parent
42358d359b
commit
8d2af5f05c
@ -23,7 +23,7 @@
|
||||
src: "gnocchi-api-paste.ini.j2"
|
||||
dest: "{{ node_config_directory }}/{{ item }}/gnocchi-api-paste.ini"
|
||||
with_items:
|
||||
- "gnocchi-api"
|
||||
- "gnocchi-api"
|
||||
|
||||
- name: Copying over gnocchi.conf
|
||||
merge_configs:
|
||||
@ -48,4 +48,4 @@
|
||||
src: "wsgi-gnocchi.conf.j2"
|
||||
dest: "{{ node_config_directory }}/{{ item }}/wsgi-gnocchi.conf"
|
||||
with_items:
|
||||
- "gnocchi-api"
|
||||
- "gnocchi-api"
|
||||
|
Loading…
Reference in New Issue
Block a user