From ad0b88c8a2e0cb68c1c23ad052f2a190283c225c Mon Sep 17 00:00:00 2001 From: Gael Chamoulaud Date: Wed, 11 Feb 2015 14:47:05 +0100 Subject: [PATCH] Fix duplicate configure_delegated_roles in Heat Change-Id: I5a0100c04b51aa0871c003354278a0a8bf70402c Signed-off-by: Gael Chamoulaud --- packstack/puppet/templates/heat.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/packstack/puppet/templates/heat.pp b/packstack/puppet/templates/heat.pp index 61ebad509..fc030127d 100644 --- a/packstack/puppet/templates/heat.pp +++ b/packstack/puppet/templates/heat.pp @@ -8,6 +8,7 @@ class { 'heat::engine': heat_waitcondition_server_url => "http://${heat_cfg_ctrl_host}:8000/v1/waitcondition", heat_watch_server_url => "http://${heat_cfg_ctrl_host}:8003", auth_encryption_key => hiera('CONFIG_HEAT_AUTH_ENC_KEY'), + configure_delegated_roles => false, } keystone_user_role { 'admin@admin':