[Horizon] Switch deprecated can_set_mount_point to hypervisor_options

Change-Id: I5a7258e0adbc0c536f37f43ef9f52ec06156f3b0
(cherry picked from commit e20b1dec0e)
This commit is contained in:
Lukas Bezdicka
2015-01-14 09:05:05 -05:00
committed by Gael Chamoulaud
parent 259d0eb5ac
commit ce9b77185f

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',