Fix gate failures
Neutron now enables the OVSDB native interface by default [1]. As a result, the neutron-ovs-cleanup command hangs when run during stack.sh with OVN. The command was being run as part of DevStack neutron OVS bridge setup and neutron L3 agent setup. Since the command does not appear to be necessary, this patch set overrides the command within the networking-ovn DevStack plugin. Also, neutron unit tests import testresources. To get tox py27 and py34 working correctly, testresources must be added to the requirements. This fix was copied from [2]. [1] https://review.openstack.org/#/c/299655/ [2] https://review.openstack.org/#/c/336137/ Co-Authored-By: Amitabha Biswas <abiswas@us.ibm.com> Change-Id: I6d934efe871d270bee07627394e2879ad9f56c06changes/43/336543/3
parent
b0b84b8124
commit
c66ff8988c
Loading…
Reference in New Issue