Include nova::compute::libvirt::qemu from the libvirt profile

This is useful to customize the libvirt/qemu.conf limits when deploying
a large overcloud or one with many Ceph OSDs.

Change-Id: I258afd3ee6633e4b2ebc45aa8611be652476be0c
Depends-On: I5fa423a4b212d14f6e9ff6a270931b569558b54e
This commit is contained in:
Giulio Fidente 2016-12-16 21:48:09 +01:00
parent 34253ecfb5
commit a6b6c0568d

View File

@ -60,6 +60,8 @@ class tripleo::profile::base::nova::compute::libvirt (
}
}
include ::nova::compute::libvirt::qemu
}
}