We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e29167b commit 216e5cfCopy full SHA for 216e5cf
ansible/templates/magnum-capi-templates.j2
@@ -1,5 +1,5 @@
1
# Magnum cluster templates generated using latest upstream release tags
2
-# To make use of the generated config snippets, copy them to the
+# To make use of the generated config snippets, copy them to the
3
# openstack_container_clusters_templates list.
4
5
# List snippet to add to existing openstack_container_clusters_templates:
@@ -13,6 +13,7 @@
13
labels:
14
monitoring_enabled: "True"
15
kube_dashboard_enabled: "True"
16
+ keystone_auth_enabled: "false"
17
capi_helm_chart_version: "{{ capi_helm_chart_release_data.json.tag_name }}"
18
octavia_provider: {{ magnum_loadbalancer_provider }}
19
external_network_id: {{ magnum_external_net_name }}
0 commit comments