Skip to content

Commit 216e5cf

Browse files
author
sd109
committed
Disable keystone auth webhook by default
1 parent e29167b commit 216e5cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ansible/templates/magnum-capi-templates.j2

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Magnum cluster templates generated using latest upstream release tags
2-
# To make use of the generated config snippets, copy them to the
2+
# To make use of the generated config snippets, copy them to the
33
# openstack_container_clusters_templates list.
44

55
# List snippet to add to existing openstack_container_clusters_templates:
@@ -13,6 +13,7 @@
1313
labels:
1414
monitoring_enabled: "True"
1515
kube_dashboard_enabled: "True"
16+
keystone_auth_enabled: "false"
1617
capi_helm_chart_version: "{{ capi_helm_chart_release_data.json.tag_name }}"
1718
octavia_provider: {{ magnum_loadbalancer_provider }}
1819
external_network_id: {{ magnum_external_net_name }}

0 commit comments

Comments
 (0)