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:
@@ -75,7 +75,7 @@ Host *
|
|||||||
class { 'nova::compute::libvirt':
|
class { 'nova::compute::libvirt':
|
||||||
libvirt_type => $libvirt_type,
|
libvirt_type => $libvirt_type,
|
||||||
vncserver_listen => '0.0.0.0',
|
vncserver_listen => '0.0.0.0',
|
||||||
migration_support => false,
|
migration_support => true,
|
||||||
}
|
}
|
||||||
|
|
||||||
exec{'/etc/init.d/open-iscsi start':
|
exec{'/etc/init.d/open-iscsi start':
|
||||||
|
|||||||
Reference in New Issue
Block a user