From 793ec547f782007abf8afdf6cecf0c2ad3aac7df Mon Sep 17 00:00:00 2001 From: Thomas Herve Date: Mon, 24 Jul 2017 13:30:08 +0200 Subject: Add metadata_settings in Heat APIs We don't expose metadata_settings in Heat services, so SSL shouldn't work. Change-Id: I411085d9b249e54a2462de5efe4abf8f0865c0c2 --- puppet/services/heat-api-cfn.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'puppet/services/heat-api-cfn.yaml') diff --git a/puppet/services/heat-api-cfn.yaml b/puppet/services/heat-api-cfn.yaml index 2c13cb30..070bd7c7 100644 --- a/puppet/services/heat-api-cfn.yaml +++ b/puppet/services/heat-api-cfn.yaml @@ -130,6 +130,8 @@ outputs: heat::keystone::auth_cfn::admin_url: {get_param: [EndpointMap, HeatCfnAdmin, uri]} heat::keystone::auth_cfn::password: {get_param: HeatPassword} heat::keystone::auth_cfn::region: {get_param: KeystoneRegion} + metadata_settings: + get_attr: [ApacheServiceBase, role_data, metadata_settings] upgrade_tasks: - name: Check if heat_api_cfn is deployed command: systemctl is-enabled openstack-heat-api-cfn -- cgit 1.2.3-korg