Merge "Add CONFIG_CONTROLLER_HOST to heat cfn config"
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
|
||||||
class { 'heat::api_cfn':
|
class { 'heat::api_cfn':
|
||||||
}
|
}
|
||||||
|
|
||||||
|
class { 'heat::keystone::auth_cfn':
|
||||||
|
admin_address => '%(CONFIG_CONTROLLER_HOST)s',
|
||||||
|
public_address => '%(CONFIG_CONTROLLER_HOST)s',
|
||||||
|
internal_address => '%(CONFIG_CONTROLLER_HOST)s',
|
||||||
|
password => '%(CONFIG_HEAT_KS_PW)s'
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user