From: Giulio Fidente Date: Fri, 16 Dec 2016 20:48:09 +0000 (+0100) Subject: Include nova::compute::libvirt::qemu from the libvirt profile X-Git-Tag: opnfv-6.0.0~435^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=a6b6c0568daa289b179a0f0aeead2eb83a1a0743;p=apex-puppet-tripleo.git 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 --- diff --git a/manifests/profile/base/nova/compute/libvirt.pp b/manifests/profile/base/nova/compute/libvirt.pp index 956f8ad..6767f6b 100644 --- a/manifests/profile/base/nova/compute/libvirt.pp +++ b/manifests/profile/base/nova/compute/libvirt.pp @@ -60,6 +60,8 @@ class tripleo::profile::base::nova::compute::libvirt ( } } + include ::nova::compute::libvirt::qemu + } }