Skip to content
Snippets Groups Projects
Commit 88bbd1bb authored by Christian Berendt's avatar Christian Berendt
Browse files

Fix configuration templates used for Ceilometer

* global ceilometer.conf file is missing
* makes no sense to use glance configuration files for Ceilometer

TrivialFix

Change-Id: Ia37d28e8d854e6a1dc48bfa96afdaee2061be9a7
parent fbdcf34d
No related branches found
No related tags found
No related merge requests found
...@@ -40,8 +40,7 @@ ...@@ -40,8 +40,7 @@
- "{{ node_custom_config }}/global.conf" - "{{ node_custom_config }}/global.conf"
- "{{ node_custom_config }}/database.conf" - "{{ node_custom_config }}/database.conf"
- "{{ node_custom_config }}/messaging.conf" - "{{ node_custom_config }}/messaging.conf"
- "{{ node_custom_config }}/glance.conf" - "{{ node_custom_config }}/ceilometer.conf"
- "{{ node_custom_config }}/glance/{{ item }}.conf"
- "{{ node_custom_config }}/ceilometer/{{ item }}.conf" - "{{ node_custom_config }}/ceilometer/{{ item }}.conf"
- "{{ node_custom_config }}/ceilometer/{{ inventory_hostname }}/ceilometer.conf" - "{{ node_custom_config }}/ceilometer/{{ inventory_hostname }}/ceilometer.conf"
dest: "{{ node_config_directory }}/{{ item }}/ceilometer.conf" dest: "{{ node_config_directory }}/{{ item }}/ceilometer.conf"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment