Merge "Horizon: Remove unnecessary override of hypervisor options"
This commit is contained in:
commit
50be038d7f
@ -21,7 +21,6 @@ class packstack::horizon ()
|
|||||||
keystone_url => lookup('CONFIG_KEYSTONE_PUBLIC_URL'),
|
keystone_url => lookup('CONFIG_KEYSTONE_PUBLIC_URL'),
|
||||||
server_aliases => [lookup('CONFIG_CONTROLLER_HOST'), $facts['networking']['fqdn'], 'localhost'],
|
server_aliases => [lookup('CONFIG_CONTROLLER_HOST'), $facts['networking']['fqdn'], 'localhost'],
|
||||||
allowed_hosts => '*',
|
allowed_hosts => '*',
|
||||||
hypervisor_options => {'can_set_mount_point' => false, },
|
|
||||||
django_debug => $is_django_debug,
|
django_debug => $is_django_debug,
|
||||||
django_session_engine => 'django.contrib.sessions.backends.cache',
|
django_session_engine => 'django.contrib.sessions.backends.cache',
|
||||||
cache_backend => 'django.core.cache.backends.memcached.PyMemcacheCache',
|
cache_backend => 'django.core.cache.backends.memcached.PyMemcacheCache',
|
||||||
|
Loading…
Reference in New Issue
Block a user