Merge "Add heat support to os-collect-config.conf"

This commit is contained in:
Jenkins 2014-07-29 19:53:10 +00:00 committed by Gerrit Code Review
commit 9c507646b3
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}}