Revert "Disable reauth method in heat"

This reverts commit 342b64c53de68b1c13a0e679da8fb54850926d14.

Change-Id: I8ff1a65297799503f2df095f0d9d263e11cc0e97
Related-Prod: https://mirantis.jira.com/browse/PROD-27759
diff --git a/classes/cluster/virtual-mcp11-aio/openstack/init.yml b/classes/cluster/virtual-mcp11-aio/openstack/init.yml
index 9901126..cbb1e5b 100755
--- a/classes/cluster/virtual-mcp11-aio/openstack/init.yml
+++ b/classes/cluster/virtual-mcp11-aio/openstack/init.yml
@@ -186,7 +186,6 @@
     server:
       barbican:
         enabled: ${_param:barbican_integration_enabled}
-  # Uncomment when https://mirantis.jira.com/browse/PROD-27759 is fixed
-  #heat:
-  #  server:
-  #    reauthentication_auth_method: 'trusts'
+  heat:
+    server:
+      reauthentication_auth_method: 'trusts'