commit | bd0a1a67f896d4e1b64dd42125875d5e535e3eee | [log] [tgz] |
---|---|---|
author | Mykyta Karpin <mkarpin@mirantis.com> | Wed Jan 30 09:00:34 2019 +0200 |
committer | Mykyta Karpin <mkarpin@mirantis.com> | Mon Feb 04 10:11:43 2019 +0200 |
tree | 07eb614e1509c26317e50cd09ce7e381bd1a9af5 | |
parent | 378e99893087b3db55b688ef8674d29ffe041f31 [diff] |
unhardcode reauth method for rocky Change-Id: I8368c9050fea798a2f19e5d6818455135fd8cb4a Related-Prod: https://mirantis.jira.com/browse/PROD-27017
diff --git a/heat/files/rocky/heat.conf.Debian b/heat/files/rocky/heat.conf.Debian index d66d3ee..3e40566 100644 --- a/heat/files/rocky/heat.conf.Debian +++ b/heat/files/rocky/heat.conf.Debian
@@ -39,6 +39,9 @@ # '' - <No description provided> # trusts - <No description provided> #reauthentication_auth_method = +{%- if server.reauthentication_auth_method is defined %} +reauthentication_auth_method = {{ server.reauthentication_auth_method }} +{%- endif %} # Subset of trustor roles to be delegated to heat. If left unset, all roles of # a user will be delegated to heat when creating a stack. (list value)