Merge "[Horizon] Switch deprecated can_set_mount_point to hypervisor_options" into juno
This commit is contained in:
@@ -25,7 +25,7 @@ class {'horizon':
|
|||||||
# ServerAlias definitions. For now we will use this wildcard hack until
|
# ServerAlias definitions. For now we will use this wildcard hack until
|
||||||
# puppet-horizon will have separate parameter for each config.
|
# puppet-horizon will have separate parameter for each config.
|
||||||
fqdn => '*',
|
fqdn => '*',
|
||||||
can_set_mount_point => 'False',
|
hypervisor_options => {'can_set_mount_point' => false, },
|
||||||
compress_offline => false,
|
compress_offline => false,
|
||||||
django_debug => $is_django_debug,
|
django_debug => $is_django_debug,
|
||||||
file_upload_temp_dir => '/var/tmp',
|
file_upload_temp_dir => '/var/tmp',
|
||||||
|
|||||||
Reference in New Issue
Block a user