Merge "Fix missing heat_stack_owner role"

This commit is contained in:
Jenkins 2015-02-05 12:29:22 +00:00 committed by Gerrit Code Review
commit 2591c6276f
1 changed files with 6 additions and 5 deletions

View File

@ -1,10 +1,11 @@
# heat::keystone::auth
class { 'heat::keystone::auth':
region => hiera('CONFIG_KEYSTONE_REGION'),
password => hiera('CONFIG_HEAT_KS_PW'),
public_address => hiera('CONFIG_CONTROLLER_HOST'),
admin_address => hiera('CONFIG_CONTROLLER_HOST'),
internal_address => hiera('CONFIG_CONTROLLER_HOST'),
region => hiera('CONFIG_KEYSTONE_REGION'),
password => hiera('CONFIG_HEAT_KS_PW'),
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')