Add heat support to os-collect-config.conf

This patch add a section to the os-collect-config.conf template so that
the 'heat' collector can get proper configuration arguments.

Change-Id: I070929fd3cee6683b9ec1f9b6772f9fb076f835b
Closes-Bug: #1334581
This commit is contained in:
tengqm 2014-06-26 17:47:17 +08:00
parent 06b961e8c6
commit 6e6e4b8a85
1 changed files with 11 additions and 0 deletions

View File

@ -26,4 +26,15 @@ secret_access_key = {{secret_access_key}}
access_key_id = {{access_key_id}}
path = {{path}}
{{/cfn}}
{{#heat}}
[heat]
auth_url = {{auth_url}}
user_id = {{user_id}}
password = {{password}}
project_id = {{project_id}}
stack_id = {{stack_id}}
resource_name = {{resource_name}}
{{/heat}}
{{/os-collect-config}}