Fix duplicate configure_delegated_roles in Heat

Change-Id: I5a0100c04b51aa0871c003354278a0a8bf70402c
Signed-off-by: Gael Chamoulaud <gchamoul@redhat.com>
This commit is contained in:
Gael Chamoulaud
2015-02-11 14:47:05 +01:00
parent eabf97d0a4
commit ad0b88c8a2

View File

@@ -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':