From 99f1d2c2f891fc009329fdf45aeadb82f905d775 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Wed, 22 Jun 2016 15:17:28 +0200 Subject: Fix: nova patching: broken puppet chain. This was an interesting bug. The code has been broken for a while, but we did not notice because nova was installed before these puppets were ran. With the Mitaka reworks and changes in the puppet manifests, this bug surfaced, but manifested as `virtlogd` service not being started, looking like a libvirt 1.3+ problem. So, just add the missing "->" in the troubling puppet file. Change-Id: Ic702e17e8f732bf7a277714cc4416e0f2ee68cfe Signed-off-by: Alexandru Avadanii --- .../0010-nova-Fix-inject-for-direct-boot-with-part-table.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'patches') diff --git a/patches/fuel-library/0010-nova-Fix-inject-for-direct-boot-with-part-table.patch b/patches/fuel-library/0010-nova-Fix-inject-for-direct-boot-with-part-table.patch index 4a242b90..372386a3 100644 --- a/patches/fuel-library/0010-nova-Fix-inject-for-direct-boot-with-part-table.patch +++ b/patches/fuel-library/0010-nova-Fix-inject-for-direct-boot-with-part-table.patch @@ -84,7 +84,7 @@ index 46b1801..d42d6a1 100644 + unless => "patch -p1 -R -N --dry-run < ${nova_path}/libvirt-inject.patch", + cwd => $nova_path, + require => [Package['patch']], -+ } ++ } -> # FIXME(armband): Workaround for missing arm defaults in nova libvirt driver file { "${nova_path}/libvirt-vga-console.patch": ensure => "file", -- cgit 1.2.3-korg