Enable Migration support

After https://review.openstack.org/#/c/52364 got merged, I enable again
the migration support.

Signed-off-by: Emilien Macchi <emilien.macchi@enovance.com>
This commit is contained in:
Emilien Macchi
2013-12-17 11:35:30 +01:00
parent 5cd5d7585e
commit 83559d936b

View File

@@ -75,7 +75,7 @@ Host *
class { 'nova::compute::libvirt':
libvirt_type => $libvirt_type,
vncserver_listen => '0.0.0.0',
migration_support => false,
migration_support => true,
}
exec{'/etc/init.d/open-iscsi start':