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:
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user