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
This commit is contained in:
yatin 2019-03-06 19:52:06 +05:30
parent a2decd62fc
commit 18d142444d
1 changed files with 0 additions and 1 deletions

View File

@ -47,7 +47,6 @@ class packstack::nova::compute::libvirt ()
libvirt_virt_type => $libvirt_virt_type, libvirt_virt_type => $libvirt_virt_type,
vncserver_listen => $libvirt_vnc_bind_host, vncserver_listen => $libvirt_vnc_bind_host,
migration_support => true, migration_support => true,
libvirt_inject_partition => '-1',
} }
# Remove libvirt's default network (usually virbr0) as it's unnecessary and # Remove libvirt's default network (usually virbr0) as it's unnecessary and