Fix horizon_image_upload_mode naming

Correct naming of horizon_image_upload_mode is horizon_images_upload_mode
(image is plural)[1]

[1] https://opendev.org/openstack/openstack-ansible-os_horizon/src/branch/master/defaults/main.yml#L171

Change-Id: I82ce16b23098a5c7adb5c13e9498c134fcf32afb
This commit is contained in:
Dmitriy Rabotyagov 2020-05-03 18:26:33 +03:00 committed by Dmitriy Rabotyagov (noonedeadpunk)
parent d719094a04
commit cc7ff5fd42
2 changed files with 2 additions and 2 deletions

View File

@ -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') }}"

View File

@ -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