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
This commit is contained in:
Colleen Murphy
2016-04-12 21:10:59 -07:00
parent 07f5ef581a
commit 9bcd0f1712

View File

@@ -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 {