Merge "glance: Remove duplicate glance_*_endpoint variables from role defaults"

This commit is contained in:
Zuul 2022-01-07 04:27:52 +00:00 committed by Gerrit Code Review
commit 5f78e38bc8

View File

@ -206,9 +206,6 @@ glance_store_backends: "{{ glance_backends|selectattr('enabled', 'equalto', true
# OpenStack
####################
glance_internal_endpoint: "{{ internal_protocol }}://{{ glance_internal_fqdn | put_address_in_context('url') }}:{{ glance_api_port }}"
glance_public_endpoint: "{{ public_protocol }}://{{ glance_external_fqdn | put_address_in_context('url') }}:{{ glance_api_port }}"
glance_logging_debug: "{{ openstack_logging_debug }}"
glance_keystone_user: "glance"