From d567e91ceb5f8050c7478870a1ec8374ec108946 Mon Sep 17 00:00:00 2001 From: Giulio Fidente Date: Fri, 16 Dec 2016 21:48:09 +0100 Subject: [PATCH] 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 (cherry picked from commit a6b6c0568daa289b179a0f0aeead2eb83a1a0743) Partial-Bug: 1673995 --- manifests/profile/base/nova/compute/libvirt.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/profile/base/nova/compute/libvirt.pp b/manifests/profile/base/nova/compute/libvirt.pp index f11421c8b..cc9beb6ad 100644 --- a/manifests/profile/base/nova/compute/libvirt.pp +++ b/manifests/profile/base/nova/compute/libvirt.pp @@ -49,6 +49,8 @@ class tripleo::profile::base::nova::compute::libvirt ( include ::nova::compute::libvirt } + include ::nova::compute::libvirt::qemu + } }