diff --git a/inventory/group_vars/all/glance.yml b/inventory/group_vars/all/glance.yml index fd74645ded..ef2b8ae573 100644 --- a/inventory/group_vars/all/glance.yml +++ b/inventory/group_vars/all/glance.yml @@ -23,4 +23,4 @@ glance_service_adminurl: "{{ openstack_service_adminuri_proto }}://{{ internal_l # 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_image_upload_mode == 'direct') }}" +glance_show_multiple_locations: "{{ (glance_default_store == 'rbd') or (horizon_images_upload_mode == 'direct') }}" diff --git a/inventory/group_vars/all/horizon.yml b/inventory/group_vars/all/horizon.yml index 809e31a0ed..af78c6c85a 100644 --- a/inventory/group_vars/all/horizon.yml +++ b/inventory/group_vars/all/horizon.yml @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -horizon_image_upload_mode: direct +horizon_images_upload_mode: direct