Skip to content
Snippets Groups Projects
Commit 910ec927 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "post-2023.1: Remove keystone admin endpoint bits"

parents b854a0f9 982c4d5e
No related branches found
No related tags found
No related merge requests found
......@@ -198,15 +198,11 @@ keystone_service_endpoints:
- {'interface': 'internal', 'url': '{{ keystone_internal_url }}'}
- {'interface': 'public', 'url': '{{ keystone_public_url }}'}
# TODO(yoctozepto): Remove admin_endpoint leftovers in Antelope (2023.1).
keystone_service_admin_endpoint: {'interface': 'admin', 'url': '{{ keystone_internal_url }}'}
keystone_create_admin_endpoint: false
keystone_ks_services:
- name: "keystone"
type: "identity"
description: "Openstack Identity Service"
endpoints: "{{ keystone_service_endpoints + ([keystone_service_admin_endpoint] if kolla_action == 'upgrade' or keystone_create_admin_endpoint | bool else []) }}"
endpoints: "{{ keystone_service_endpoints }}"
####################
# TLS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment