diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-06-22 15:17:28 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-06-22 15:19:31 +0200 |
commit | 99f1d2c2f891fc009329fdf45aeadb82f905d775 (patch) | |
tree | 3198ed5be589456905fbd5c57d1e0e9547730e55 /patches/fuel-library | |
parent | ce9fababd8eda750e4f8fda0d45a6c3a28c49e18 (diff) |
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 <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'patches/fuel-library')
-rw-r--r-- | patches/fuel-library/0010-nova-Fix-inject-for-direct-boot-with-part-table.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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", |