Comment 7 for bug 1833902

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to nova (master)

Reviewed: https://review.opendev.org/667154
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=33e9740d004770d4d58458330e269b8e1ebf4136
Submitter: Zuul
Branch: master

commit 33e9740d004770d4d58458330e269b8e1ebf4136
Author: Matt Riedemann <email address hidden>
Date: Mon Jun 24 12:24:38 2019 -0400

    Add neutron-tempest-iptables_hybrid job to experimental queue

    Due to regression bug 1833902 we should have the option to
    run the neutron job that tests the OVS hybrid plug configuration
    on specific patches.

    We could eventually consider running this in the check queue
    like neutron-tempest-linuxbridge with a strict set of irrelevant
    files but that would require some thought, i.e. we'd want to run
    the job on changes to nova/compute/manager.py since the network
    vif model bind events code is used in the ComputeManager and is
    specific to OVS hybrid plug ports. Rather than get bogged down in
    thinking up what that set is, this change takes the easy path and
    just throws the job into the on-demand experimental queue.

    Change-Id: Id5172d97b349abe59b47d1284e97943091652419
    Related-Bug: #1833902