Merge "Setting networking-odl v2 as a mechanism driver"

This commit is contained in:
Jenkins 2017-01-10 17:01:40 +00:00 committed by Gerrit Code Review
commit e08a8cf0a4
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'