Configure keystone ec2 conf for heat behind haproxy
This was set to the actual controller node even if we deploy the undercloud over haproxy; so for cleanliness and to use the variables we already have I set it up to use the hiera key that we tend to use for keystone. Change-Id: I477da2d5179965cd088d08f70ad369215e8bd9bf
This commit is contained in:
@@ -403,7 +403,7 @@ include ::apache
|
||||
# Heat
|
||||
class { '::heat':
|
||||
debug => hiera('debug'),
|
||||
keystone_ec2_uri => join(['http://', hiera('controller_host'), ':5000/v2.0/ec2tokens']),
|
||||
keystone_ec2_uri => join([hiera('keystone_auth_uri_v2'), '/ec2tokens']),
|
||||
enable_proxy_headers_parsing => $enable_proxy_headers_parsing,
|
||||
}
|
||||
heat_config {
|
||||
|
||||
Reference in New Issue
Block a user