Comment 10 for bug 1849676

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (stable/train)

Reviewed: https://review.opendev.org/692376
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=44c838e25f8d85063cca52c9581c423539604f6c
Submitter: Zuul
Branch: stable/train

commit 44c838e25f8d85063cca52c9581c423539604f6c
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Wed Oct 30 14:35:37 2019 +0000

    Increase timeout when waiting for dnsmasq enablement

    In the reported bug, a regression was introduced in [1] when limiting
    the time to have a "dnsmasq" process enabled. It has been reported, as
    documented in the bug, that in older versions (Queens), using Python 2
    [2] and older versions of "ip_lib" (not implementing most of the
    commands using Pyroute2), that the time needed to spawn a "dnsmasq"
    process exceeds the default 60 seconds defined in
    "common_utils.wait_until_true".

    This patch increases this time by a reasonable 300 seconds.

    [1] https://review.opendev.org/#/c/643732
    [2] https://bugs.python.org/issue35757

    Change-Id: I2d8693145da72825876b951f2d10afe9ca28ff6e
    Closes-Bug: #1849676
    (cherry picked from commit aedc09917680bc77501f4b57142e73768e3d06ad)