diff --git a/inventory/group_vars/all/glance.yml b/inventory/group_vars/all/glance.yml index cf7d39d377..2e7dc8315f 100644 --- a/inventory/group_vars/all/glance.yml +++ b/inventory/group_vars/all/glance.yml @@ -20,8 +20,3 @@ glance_service_port: 9292 glance_service_internaluri_proto: "{{ openstack_service_internaluri_proto | default(glance_service_proto | default('http')) }}" glance_service_internaluri: "{{ glance_service_internaluri_proto }}://{{ internal_lb_vip_address }}:{{ glance_service_port }}" glance_service_internalurl: "{{ glance_service_internaluri }}" - -# When running RBD or horizon image upload mode is direct allow multiple locations. -# See https://bugs.launchpad.net/openstack-ansible/+bug/1730722 for more on the -# this topic. -glance_show_multiple_locations: "{{ (glance_default_store == 'rbd') or (horizon_images_upload_mode == 'direct') }}" diff --git a/releasenotes/notes/glance_show_multiple_locations-da3713bd1da67b83.yaml b/releasenotes/notes/glance_show_multiple_locations-da3713bd1da67b83.yaml new file mode 100644 index 0000000000..1b08ae03bf --- /dev/null +++ b/releasenotes/notes/glance_show_multiple_locations-da3713bd1da67b83.yaml @@ -0,0 +1,5 @@ +--- +other: + - | + Default value for ``glance_show_multiple_locations`` has changed to False, + regardless of other variables.