Skip to content
Snippets Groups Projects
Commit af7f6f50 authored by Quentin MACHU's avatar Quentin MACHU
Browse files

Added libvirt configuration (in nova-compute) to allow live migration

parent 6bac1606
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,9 @@ class iaas::profile::nova::compute (
libvirt_images_rbd_pool => 'vms',
libvirt_rbd_secret_uuid => $cinder_secret,
rbd_keyring => 'client.cinder'
#TODO Add live_migration_flag="VIR_MIGRATE_UNDEFINE_SOURCE,VIR_MIGRATE_PEER2PEER,VIR_MIGRATE_LIVE,VIR_MIGRATE_PERSIST_DEST"
}
nova_config {
'libvirt/libvirt_live_migration_flag': value => 'VIR_MIGRATE_UNDEFINE_SOURCE,VIR_MIGRATE_PEER2PEER,VIR_MIGRATE_LIVE,VIR_MIGRATE_PERSIST_DEST';
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment