Skip to content

Commit 0642c52

Browse files
authored
Merge pull request stackhpc#22 from stackhpc/fix/magnum-keystone-webhook
Disable magnum keystone webhook by default
2 parents 3d1c5dd + c67a42c commit 0642c52

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ ansible/collections/**/
114114
*~
115115
.*.swp
116116
.*sw?
117+
.vscode/
117118

118119
# Ignore working dirs
119120
ansible/openstack-config-image-cache

ansible/templates/magnum-capi-templates.j2

Lines changed: 4 additions & 3 deletions
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:
@@ -11,8 +11,9 @@
1111
{% for item in new_template_data %}
1212
{{ item.key | replace('-', '_') }}_{{ item.value.kubernetes_version | replace('.', '_') }}:
1313
labels:
14-
monitoring_enabled: "True"
15-
kube_dashboard_enabled: "True"
14+
monitoring_enabled: "true"
15+
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)