aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-01-03 15:14:19 +0000
committerGerrit Code Review <review@openstack.org>2017-01-03 15:14:19 +0000
commit829ce11a91c9e65f70d231923012c201786ee82f (patch)
tree7834a8f3d8e053305c75876472df6159ec810b37 /manifests/profile
parent57fdd2ed1f557eba78b73bf2a6bd7cea04ec3e39 (diff)
parenta6b6c0568daa289b179a0f0aeead2eb83a1a0743 (diff)
Merge "Include nova::compute::libvirt::qemu from the libvirt profile"
Diffstat (limited to 'manifests/profile')
-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
+
}
}