Merge "magnum: Disable CAPI driver when kubeconfig missing"

This commit is contained in:
Zuul 2024-01-03 09:39:05 +00:00 committed by Gerrit Code Review
commit dd78473195

@ -151,3 +151,8 @@ trace_sqlalchemy = true
hmac_keys = {{ osprofiler_secret }}
connection_string = {{ osprofiler_backend_connection_string }}
{% endif %}
{% if magnum_kubeconfig_file_path is not defined %}
[drivers]
disabled_drivers = k8s_cluster_api_flatcar,k8s_cluster_api_ubuntu,k8s_cluster_api_ubuntu_focal
{% endif %}