Use ODL driver for BGPVPN 73/11873/1
authorMichael Chapman <woppin@gmail.com>
Tue, 5 Apr 2016 04:45:10 +0000 (14:45 +1000)
committerMichael Chapman <woppin@gmail.com>
Tue, 5 Apr 2016 04:45:10 +0000 (14:45 +1000)
Current the dummy driver is used for neutron BGPVPN. Changed to
use the ODL driver.

Change-Id: Id0a3ce6fffd01826aabbe05602217964e6b89aa6

build/opnfv-tripleo-heat-templates.patch

index a8ae97e..7f680c2 100644 (file)
@@ -1175,7 +1175,7 @@ index 3fb92f3..cb00e9a 100644
 +    class  { 'neutron::config':
 +      server_config => {
 +        'service_providers/service_provider' => {
-+          'value' => 'BGPVPN:Dummy:networking_bgpvpn.neutron.services.service_drivers.driver_api.BGPVPNDriver:default'
++          'value' => 'BGPVPN:OpenDaylight:networking_bgpvpn.neutron.services.service_drivers.opendaylight.odl.OpenDaylightBgpvpnDriver:default'
 +        }
 +      }
 +    }