From c4b8bedd0172fc6993a4f3c3842fb8f58853d31f Mon Sep 17 00:00:00 2001 From: Kien Nguyen Date: Tue, 3 Jul 2018 17:04:49 +0700 Subject: [PATCH] Remove trusts_delegated_roles This option's default value has changed since Newton.[1] [1] https://github.com/openstack/heat/commit/aab01c00ff330d743fc15e97d7ae144eac5015bb Change-Id: I981a59be716072aab40862b3e23bbb1fbd1d63fc --- ansible/roles/heat/templates/heat.conf.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/ansible/roles/heat/templates/heat.conf.j2 b/ansible/roles/heat/templates/heat.conf.j2 index 09a85eb763..1b4b6cd145 100644 --- a/ansible/roles/heat/templates/heat.conf.j2 +++ b/ansible/roles/heat/templates/heat.conf.j2 @@ -14,7 +14,6 @@ stack_domain_admin_password = {{ heat_domain_admin_password }} stack_user_domain_name = heat_user_domain deferred_auth_method = trusts -trusts_delegated_roles = heat_stack_owner {% if service_name == 'heat-engine' %} num_engine_workers = {{ openstack_service_workers }}