Disable reauth method in heat

There are issues with alarm creation by heat when reauth methods are
set to trusts, so unsetting them till it is fixed.

Change-Id: I40ec5fe4ae02f53af11f16a19d7ebcb0aaf626fa
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 99a33ea..b3ea859 100755
--- a/classes/cluster/virtual-mcp11-aio/openstack/init.yml
+++ b/classes/cluster/virtual-mcp11-aio/openstack/init.yml
@@ -186,6 +186,7 @@
     server:
       barbican:
         enabled: ${_param:barbican_integration_enabled}
-  heat:
-    server:
-      reauthentication_auth_method: 'trusts'
+  # Uncomment when https://mirantis.jira.com/browse/PROD-27759 is fixed
+  #heat:
+  #  server:
+  #    reauthentication_auth_method: 'trusts'