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
This commit is contained in:
Mohammed Naser 2018-07-18 15:07:03 -07:00
parent abf2d03b5b
commit 0d5a2e1d77
1 changed files with 5 additions and 0 deletions

View File

@ -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