From 0d5a2e1d77f7d2e7302de66e9f5b76c6fe7f827c Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Wed, 18 Jul 2018 15:07:03 -0700 Subject: [PATCH] Disable sending metrics for clusters There is a reported issue in Magnum which makes clusters fail to provision if the cluster stat reporting is enabled with Kuberentes 4.0.0 This patch disables it as the recommended workaround until this is resolved upstream. Change-Id: I91d4873d94ce85a0768c441df9e0701da1706115 --- templates/magnum.conf.j2 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/magnum.conf.j2 b/templates/magnum.conf.j2 index 6fe0973..1e692ad 100644 --- a/templates/magnum.conf.j2 +++ b/templates/magnum.conf.j2 @@ -8,6 +8,11 @@ transport_url = rabbit://{% for host in magnum_rabbitmq_servers.split(',') %}{{ [api] host = {{ ansible_host }} +[drivers] +# NOTE(mnaser): Remove this once the following bug is fixed +# https://bugs.launchpad.net/magnum/+bug/1746510 +send_cluster_metrics = False + [barbican_client] endpoint_type = internalURL