From 18d142444dcd9794d23378d3dd962a7bd6d9df62 Mon Sep 17 00:00:00 2001 From: yatin Date: Wed, 6 Mar 2019 19:52:06 +0530 Subject: [PATCH] Switch to default -2 for libvirt_inject_partition We are seeing random tempest failures in some infra nodes(like rdo, vexxhost-sjc1) when nova contains [libvirt]inject_partition = -1. Until this is sorted out switching to using default value for it. We have done this switch in past in [1] but was reverted for master branch in [2]. [1] https://review.openstack.org/#/c/569463/ [2] https://review.openstack.org/#/c/621652/ Change-Id: Idd92eda0df58e9006b9b1b0cb136ae03eb98e012 --- .../puppet/modules/packstack/manifests/nova/compute/libvirt.pp | 1 - 1 file changed, 1 deletion(-) diff --git a/packstack/puppet/modules/packstack/manifests/nova/compute/libvirt.pp b/packstack/puppet/modules/packstack/manifests/nova/compute/libvirt.pp index 627877590..196ac82a7 100644 --- a/packstack/puppet/modules/packstack/manifests/nova/compute/libvirt.pp +++ b/packstack/puppet/modules/packstack/manifests/nova/compute/libvirt.pp @@ -47,7 +47,6 @@ class packstack::nova::compute::libvirt () libvirt_virt_type => $libvirt_virt_type, vncserver_listen => $libvirt_vnc_bind_host, migration_support => true, - libvirt_inject_partition => '-1', } # Remove libvirt's default network (usually virbr0) as it's unnecessary and