Merge "Horizon: Remove unnecessary override of hypervisor options"

This commit is contained in:
Zuul 2024-07-24 15:50:12 +00:00 committed by Gerrit Code Review
commit 50be038d7f

View File

@ -21,7 +21,6 @@ class packstack::horizon ()
keystone_url => lookup('CONFIG_KEYSTONE_PUBLIC_URL'),
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.PyMemcacheCache',