Remove vif_plugin_is_fatal and vif_plugin_timeout values

We are setting these values to False and 10 seconds
respectively and by default it is set to True and 300
seconds, which is the desirable because we don't want
and instance to boot if there was timeout to plug in a
VIF. Also, 10 seconds is a really short timeout for this

Change-Id: I4698d04e08fd0aa162c81d4a4af37a42e938d4f1
This commit is contained in:
Guilherme Steinmüller 2019-02-27 20:20:01 +00:00
parent 77a7f20201
commit 30952d23ec
1 changed files with 0 additions and 2 deletions

View File

@ -56,8 +56,6 @@ my_ip = {% if nova_management_address == 'localhost' %}127.0.0.1{% else %}{{ nov
{% if nova_virt_type in ['kvm', 'lxd', 'qemu', 'xen'] %}
libvirt_vif_type = ethernet
{% endif %}
vif_plugging_timeout = 10
vif_plugging_is_fatal = False
# Hypervisor
default_ephemeral_format = ext4