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:
parent
759b68c8d2
commit
be7d87846b
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user