post-2023.1: Remove keystone admin endpoint bits
Change-Id: I27028ffae26a57d510e1a78c38ead2f925396e81
This commit is contained in:
parent
00fc2f85b3
commit
982c4d5e5f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user