Comment 2 for bug 1936965

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-neutronclient (master)

Reviewed: https://review.opendev.org/c/openstack/python-neutronclient/+/801997
Committed: https://opendev.org/openstack/python-neutronclient/commit/2f047b15957308e84dcb72baee3415b8bf5a470a
Submitter: "Zuul (22348)"
Branch: master

commit 2f047b15957308e84dcb72baee3415b8bf5a470a
Author: Bernard Cafarelli <email address hidden>
Date: Fri Jul 23 11:23:22 2021 +0200

    Set ML2/OVS backend explicitly for functional job

    After default backend change to OVN, some client tests related to DHCP
    or L3 agents are not working fine. Switch the job to ML2/OVS, as it was
    done in openstack-client in changeset
    Idf6466a59c6cf96be2f1d53e696f0564584fa233

    test_neutron_dhcp_agent_list_hosting_net was skipped temporarily
    to pass the gate in the parent commit. It is re-enabled now.

    Change-Id: I91d03d13adcd38d46ba1b042239a290ae2c99ea4
    Closes-Bug: #1936965