Merge "Fix Heat CFN template"

This commit is contained in:
Jenkins
2016-06-17 18:31:42 +00:00
committed by Gerrit Code Review

View File

@@ -6,8 +6,8 @@ class { '::heat::api_cfn':
$heat_cfn_cfg_ctrl_host = hiera('CONFIG_KEYSTONE_HOST_URL')
class { '::heat::keystone::auth_cfn':
admin_address => $heat_cfn_cfg_ctrl_host,
public_address => $heat_cfn_cfg_ctrl_host,
internal_address => $heat_cfn_cfg_ctrl_host,
password => hiera('CONFIG_HEAT_KS_PW'),
admin_url => "http://$heat_cfn_cfg_ctrl_host:8000/v1",
public_url => "http://$heat_cfn_cfg_ctrl_host:8000/v1",
internal_url => "http://$heat_cfn_cfg_ctrl_host:8000/v1",
password => hiera('CONFIG_HEAT_KS_PW'),
}