Allow setting ca_certificate option for metadata api

This allows os-collect-config to pass a ca_certificate when making
requests to an SSL metadata server.

Change-Id: I06056c0d3a4f26f7483980305898e4e2b1e08c6e
This commit is contained in:
Endre Karlson
2014-12-05 11:22:00 +01:00
parent 2c52702d71
commit 71d9a26741
2 changed files with 7 additions and 1 deletions

View File

@@ -25,6 +25,9 @@ stack_name = {{stack_name}}
secret_access_key = {{secret_access_key}}
access_key_id = {{access_key_id}}
path = {{path}}
{{#ca_certificate}}
ca_certificate = {{.}}
{{/ca_certificate}}
{{/cfn}}
{{#heat}}