Merge "Fix Heat CFN template"
This commit is contained in:
@@ -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'),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user