Merge "glance: Remove duplicate glance_*_endpoint variables from role defaults"
This commit is contained in:
commit
5f78e38bc8
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user