nova: enable RBD on RHEL 7

This commit is contained in:
Sylvain Baubeau 2014-10-21 11:15:38 +02:00
parent 2e461f053a
commit 3c019d7cfc

View File

@ -217,8 +217,8 @@ Host *
mode => '0644',
notify => Service['libvirtd']
}
# Nova support for RBD backend is not supported in Red Hat packages
if $has_ceph or $vm_rbd {
# Nova support for RBD backend is not supported in Red Hat 6.x packages
if $has_ceph or $vm_rbd and $::operatingsystemrelease < 7 {
fail('Red Hat does not support RBD backend for VMs.')
}
}