Fix neutron-ovn-tempest-ovs-master-fedora job

The job should use OVN_BRANCH = master and OVS_BRANCH = master,
because based on its definition, it should use master code.

Change-Id: I0a708ae63d6a2c8933324157a4bbbd229fc43073
Related-Bug: #1877377
This commit is contained in:
Maciej Józefczyk 2020-07-17 11:38:38 +02:00
parent 927b1dd804
commit 294720fcd2
1 changed files with 4 additions and 0 deletions

View File

@ -289,3 +289,7 @@
description: Job testing for devstack/tempest testing Neutron with ovn driver and OVN master branch and Fedora
parent: neutron-ovn-tempest-ovs-master
nodeset: devstack-single-node-fedora-latest
vars:
devstack_localrc:
OVN_BRANCH: master
OVS_BRANCH: master