Merge "Fix Compute + Ceph multirole deployment" into stable/6.0

This commit is contained in:
Jenkins 2015-12-23 09:39:47 +00:00 committed by Gerrit Code Review
commit 273c841d24
1 changed files with 4 additions and 1 deletions

View File

@ -8,7 +8,10 @@ class ceph::ephemeral (
nova_config {
'libvirt/images_type': value => $libvirt_images_type;
'libvirt/inject_key': value => false;
'libvirt/inject_partition': value => '-2';
'libvirt/images_rbd_pool': value => $pool;
}
Nova_config<| title == 'libvirt/inject_partition' |> {
value => '-2',
}
}