Add workaround for PROD-18667

gnocchi:common section is rendered incorrectly on execution of
salt.minion state, adding a workaround for this.

Change-Id: Idb3b7dba7a732e7a3ef9dd34e6b66697bb7b975d
(cherry picked from commit 0ef10787d034ed4c168337b8208f2290e0772a7a)
diff --git a/classes/cluster/virtual-mcp11-aio-telemetry/openstack/init.yml b/classes/cluster/virtual-mcp11-aio-telemetry/openstack/init.yml
index 08852f7..29a2281 100755
--- a/classes/cluster/virtual-mcp11-aio-telemetry/openstack/init.yml
+++ b/classes/cluster/virtual-mcp11-aio-telemetry/openstack/init.yml
@@ -52,6 +52,9 @@
 
   gnocchi:
     common:
+      # Remove 'enabled' when https://mirantis.jira.com/browse/PROD-18667
+      # is fixed
+      enabled: true
       database:
         ssl:
           enabled: ${_param:galera_ssl_enabled}