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:
parent
a2decd62fc
commit
18d142444d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user