Horizon: Remove unnecessary override of hypervisor options

Default value of the can_set_mount_point option was changed by False
long ago[1].

[1] https://review.opendev.org/c/openstack/horizon/+/58911

Change-Id: I5e13848df99af796080a54a3454f04ab98344adf
This commit is contained in:
Takashi Kajinami 2024-07-24 19:26:22 +09:00
parent 759b68c8d2
commit be7d87846b

View File

@ -22,7 +22,6 @@ class packstack::horizon ()
keystone_default_role => '_member_',
server_aliases => [lookup('CONFIG_CONTROLLER_HOST'), $facts['networking']['fqdn'], 'localhost'],
allowed_hosts => '*',
hypervisor_options => {'can_set_mount_point' => false, },
django_debug => $is_django_debug,
django_session_engine => 'django.contrib.sessions.backends.cache',
cache_backend => 'django.core.cache.backends.memcached.MemcachedCache',