From 00ce432d999615396677434a06fa2a74c390e6bf Mon Sep 17 00:00:00 2001 From: zhubingbing <1392607554@qq.com> Date: Thu, 1 Dec 2016 10:59:33 +0000 Subject: [PATCH] Fix aodh role item change to aodh Closes-Bug: #1646522 Change-Id: Iac688cb9de230964f5efdc94f0fe774d9c0a9062 --- ansible/roles/aodh/tasks/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/aodh/tasks/config.yml b/ansible/roles/aodh/tasks/config.yml index 90179933a9..4d9d0e0313 100644 --- a/ansible/roles/aodh/tasks/config.yml +++ b/ansible/roles/aodh/tasks/config.yml @@ -31,7 +31,7 @@ - "{{ node_custom_config }}/messaging.conf" - "{{ node_custom_config }}/aodh.conf" - "{{ node_custom_config }}/aodh/{{ item }}.conf" - - "{{ node_custom_config }}/aodh/{{ inventory_hostname }}/{{ item }}.conf" + - "{{ node_custom_config }}/aodh/{{ inventory_hostname }}/aodh.conf" dest: "{{ node_config_directory }}/{{ item }}/aodh.conf" with_items: - "aodh-api"