Include nova::compute::libvirt::qemu from the libvirt profile
authorGiulio Fidente <gfidente@redhat.com>
Fri, 16 Dec 2016 20:48:09 +0000 (21:48 +0100)
committerGiulio Fidente <gfidente@redhat.com>
Fri, 16 Dec 2016 20:49:13 +0000 (21:49 +0100)
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

index 956f8ad..6767f6b 100644 (file)
@@ -60,6 +60,8 @@ class tripleo::profile::base::nova::compute::libvirt (
       }
     }
 
+    include ::nova::compute::libvirt::qemu
+
   }
 
 }