Setting networking-odl v2 as a mechanism driver

The current environment files for OpenDaylight use
the opendaylight mechanism driver - changing it to
opendaylight_v2.
Also using the l3_odl_v2 as a service plugin

Closes-Bug: 1655738

Depends-On: I2a1c5097614e47cc09e43bbc77305a0548d54baa
Change-Id: Iba6f52663ce4a5e4c070f58f079465fdd24ecc7c
(cherry picked from commit 8a5c76746d)
This commit is contained in:
Itzik Brown 2016-12-27 12:46:03 +02:00 committed by Tim Rozet
parent c7c60fe9bf
commit df9baf788f
2 changed files with 3 additions and 3 deletions

View File

@ -9,6 +9,6 @@ resource_registry:
parameter_defaults:
NeutronEnableForceMetadata: true
NeutronMechanismDrivers: 'opendaylight'
NeutronServicePlugins: "networking_odl.l3.l3_odl.OpenDaylightL3RouterPlugin"
NeutronMechanismDrivers: 'opendaylight_v2'
NeutronServicePlugins: 'odl-router_v2'
OpenDaylightEnableL3: "'yes'"

View File

@ -8,4 +8,4 @@ resource_registry:
parameter_defaults:
NeutronEnableForceMetadata: true
NeutronMechanismDrivers: 'opendaylight'
NeutronMechanismDrivers: 'opendaylight_v2'