From a0ceabfe1c8c8974d3062d5f95e4cbe312d8dff8 Mon Sep 17 00:00:00 2001 From: Lukas Bezdicka Date: Wed, 30 Sep 2015 14:18:23 +0200 Subject: [PATCH] Remove deprecated configure_delegated_roles param from heat::engine Change-Id: I2fcab524f7445068e7798b3fe47e489e74d61108 --- packstack/puppet/templates/heat.pp | 1 - 1 file changed, 1 deletion(-) diff --git a/packstack/puppet/templates/heat.pp b/packstack/puppet/templates/heat.pp index c41a03cd7..cd9fef817 100644 --- a/packstack/puppet/templates/heat.pp +++ b/packstack/puppet/templates/heat.pp @@ -9,7 +9,6 @@ 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 { "${keystone_admin}@admin":