From a6b6c0568daa289b179a0f0aeead2eb83a1a0743 Mon Sep 17 00:00:00 2001 From: Giulio Fidente Date: Fri, 16 Dec 2016 21:48:09 +0100 Subject: 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 --- manifests/profile/base/nova/compute/libvirt.pp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'manifests/profile/base/nova') 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 + } } -- cgit 1.2.3-korg