Skip to content

Commit

Permalink
glance: Remove duplicate glance_*_endpoint variables from role defaults
Browse files Browse the repository at this point in the history
Change-Id: I5d484ba10c8d2a924801d5f8223845e28023c345
  • Loading branch information
mnasiadka committed Jan 4, 2022
1 parent 0950b46 commit 2c7ec34
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ansible/roles/glance/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2c7ec34

Please sign in to comment.