aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/base/nova
diff options
context:
space:
mode:
authorGiulio Fidente <gfidente@redhat.com>2016-12-16 21:48:09 +0100
committerGiulio Fidente <gfidente@redhat.com>2016-12-16 21:49:13 +0100
commita6b6c0568daa289b179a0f0aeead2eb83a1a0743 (patch)
tree2c941a7fe5d2ec81ab30e7aa3ea34f1a949b9b52 /manifests/profile/base/nova
parent34253ecfb5c8e1f2b44567892785d2dc3af695d0 (diff)
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
Diffstat (limited to 'manifests/profile/base/nova')
-rw-r--r--manifests/profile/base/nova/compute/libvirt.pp2
1 files changed, 2 insertions, 0 deletions
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
+
}
}