Add os-collect-config template for zaqar support

This modify the template of os-collect-config.conf to be able to
specify zaqar configuration.

blueprint software-config-zaqar

Change-Id: Ie1245b912d5e2a1d4c772dc446016f6f00830bcb
This commit is contained in:
Thomas Herve 2015-04-23 17:06:51 +02:00
parent 1714eea73a
commit 9bc298475e
1 changed files with 9 additions and 0 deletions

View File

@ -40,6 +40,15 @@ stack_id = {{stack_id}}
resource_name = {{resource_name}}
{{/heat}}
{{#zaqar}}
[zaqar]
auth_url = {{auth_url}}
user_id = {{user_id}}
password = {{password}}
project_id = {{project_id}}
queue_id = {{queue_id}}
{{/zaqar}}
{{#request}}
[request]
metadata_url = {{metadata_url}}