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
diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml
index 0918602..9a16fd5 100644
--- a/zuul.d/jobs.yaml
+++ b/zuul.d/jobs.yaml
@@ -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