Merge "Disable file injection when using RBD Nova backend"

This commit is contained in:
Jenkins 2014-01-28 19:47:41 +00:00 committed by Gerrit Code Review
commit 73e74f0c44

View File

@ -15,6 +15,7 @@ class ceph::ephemeral (
nova_config {
'DEFAULT/libvirt_images_type': value => $libvirt_images_type;
'DEFAULT/libvirt_inject_key': value => false;
'DEFAULT/libvirt_inject_partition': value => '-2';
'DEFAULT/libvirt_images_rbd_pool': value => $pool;
'DEFAULT/live_migration_flag': value => 'VIR_MIGRATE_UNDEFINE_SOURCE,VIR_MIGRATE_PEER2PEER,VIR_MIGRATE_LIVE,VIR_MIGRATE_PERSIST_DEST';
}