Fix missing heat_stack_owner role
The configure_delegated_roles has to be set to true in order for this role to be created. Change-Id: I856ddaab56001c01a926ee9ed60ce4a2e596e3f1
This commit is contained in:
@@ -5,6 +5,7 @@ class { 'heat::keystone::auth':
|
||||
public_address => hiera('CONFIG_CONTROLLER_HOST'),
|
||||
admin_address => hiera('CONFIG_CONTROLLER_HOST'),
|
||||
internal_address => hiera('CONFIG_CONTROLLER_HOST'),
|
||||
configure_delegated_roles => true,
|
||||
}
|
||||
|
||||
$is_heat_cfn_install = hiera('CONFIG_HEAT_CFN_INSTALL')
|
||||
|
||||
Reference in New Issue
Block a user