Fix OVN provider jobs

The name of the OVN provider job template changed from
ovn-octavia-provider-v2-dsvm-scenario to
ovn-octavia-provider-tempest-release but was not updated
here, fix it so those non-voting jobs will run.

Change-Id: I3159adeae2456c8fecad87bbfb0f526363e7752b
This commit is contained in:
Brian Haley 2021-01-18 11:12:40 -05:00
parent efae4470eb
commit 78e6970c86
1 changed files with 2 additions and 2 deletions

View File

@ -896,7 +896,7 @@
- job:
name: neutron-ovn-provider-v2-api
parent: ovn-octavia-provider-v2-dsvm-scenario
parent: ovn-octavia-provider-tempest-release
description: Runs the neutron OVN provider driver for Octavia api test.
voting: false
timeout: 5400
@ -925,7 +925,7 @@
- job:
name: neutron-ovn-provider-v2-scenario
parent: ovn-octavia-provider-v2-dsvm-scenario
parent: ovn-octavia-provider-tempest-release
description: Runs the neutron OVN provider driver for Octavia scenario test.
voting: false
timeout: 5400