From e14120563938d40b1860e1d4945e578503ab428e Mon Sep 17 00:00:00 2001 From: Giulio Fidente Date: Wed, 19 Jul 2017 15:19:30 +0200 Subject: Make calls to nova::compute::rbd from libvirt profile Some of the tasks carried by nova::compute::rbd class apply libvirt. Change-Id: Ib233689fdcdda391596d01a21f77bd8e1672ae04 Depends-On: I28557deb13b75922932cd3e86c3467a541c988d0 --- manifests/profile/base/nova/libvirt.pp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'manifests/profile/base/nova/libvirt.pp') diff --git a/manifests/profile/base/nova/libvirt.pp b/manifests/profile/base/nova/libvirt.pp index 06baa39..332e33b 100644 --- a/manifests/profile/base/nova/libvirt.pp +++ b/manifests/profile/base/nova/libvirt.pp @@ -44,6 +44,9 @@ class tripleo::profile::base::nova::libvirt ( onlyif => '/usr/bin/virsh net-info default | /bin/grep -i "^active:\s*yes"', before => Service['libvirt'], } + + include ::nova::compute::libvirt::qemu } + include ::tripleo::profile::base::nova::compute_libvirt_shared } -- cgit 1.2.3-korg