aboutsummaryrefslogtreecommitdiffstats
path: root/docker/services/heat-api-cfn.yaml
diff options
context:
space:
mode:
authorJuan Antonio Osorio Robles <jaosorior@redhat.com>2017-05-22 17:35:56 +0300
committerJuan Antonio Osorio Robles <jaosorior@redhat.com>2017-05-22 17:43:24 +0300
commita4146b33205f814014e60e5e1dac65f065da0ac5 (patch)
tree2ba261057b508bce16b0c7cd35bfc131f537b912 /docker/services/heat-api-cfn.yaml
parent9bbef9ee4d3f76c2030171c61d3184cbe042793e (diff)
docker/TLS-everywhere: Add metadata_settings output to templates
This is needed since it's what writes the service metadata to the nova server in order to create the kerberos principals. It worked in a base controller since the keystone template does have this. But if we would deploy these services on a separate role, it would break. So this output is needed. bp tls-via-certmonger-containers Change-Id: I3ee8c65d356dcd092a3fbf79041e5c69ef23b721
Diffstat (limited to 'docker/services/heat-api-cfn.yaml')
-rw-r--r--docker/services/heat-api-cfn.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/docker/services/heat-api-cfn.yaml b/docker/services/heat-api-cfn.yaml
index 2631928f..37fa4c81 100644
--- a/docker/services/heat-api-cfn.yaml
+++ b/docker/services/heat-api-cfn.yaml
@@ -132,3 +132,5 @@ outputs:
- name: Stop and disable heat_api_cfn service
tags: step2
service: name=httpd state=stopped enabled=no
+ metadata_settings:
+ get_attr: [HeatBase, role_data, metadata_settings]