Merge "[Horizon] Switch deprecated can_set_mount_point to hypervisor_options" into juno

This commit is contained in:
Jenkins
2015-02-04 13:40:57 +00:00
committed by Gerrit Code Review

View File

@@ -25,7 +25,7 @@ class {'horizon':
# ServerAlias definitions. For now we will use this wildcard hack until
# puppet-horizon will have separate parameter for each config.
fqdn => '*',
can_set_mount_point => 'False',
hypervisor_options => {'can_set_mount_point' => false, },
compress_offline => false,
django_debug => $is_django_debug,
file_upload_temp_dir => '/var/tmp',