glance: Remove duplicate glance_*_endpoint variables from role defaults
Change-Id: I5d484ba10c8d2a924801d5f8223845e28023c345
This commit is contained in:
parent
0950b464f0
commit
2c7ec34ac2
@ -208,9 +208,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…
x
Reference in New Issue
Block a user