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
(cherry picked from commit 294720fcd2)
This commit is contained in:
Maciej Józefczyk 2020-07-17 11:38:38 +02:00
parent f3418f852a
commit 2b00041f4d
1 changed files with 4 additions and 0 deletions

View File

@ -268,3 +268,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