From 9bcd0f17124f2d8edac684ad580c2c58b265c241 Mon Sep 17 00:00:00 2001 From: Colleen Murphy Date: Tue, 12 Apr 2016 21:10:59 -0700 Subject: [PATCH] Start libvirt after installing it The libvirt service needs startup scripts installed by the package before it can start, so make sure the package is installed first. Change-Id: I2d03f50a8d633b2d7a273736857da8fe46593a37 --- manifests/compute/libvirt.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/compute/libvirt.pp b/manifests/compute/libvirt.pp index 390826ae3..c28559c85 100644 --- a/manifests/compute/libvirt.pp +++ b/manifests/compute/libvirt.pp @@ -191,6 +191,7 @@ class nova::compute::libvirt ( enable => true, name => $libvirt_service_name, provider => $::nova::params::special_service_provider, + require => Package['libvirt'], } nova_config {