From d76025948823d5d0dc38a6df81f5766f1e357a41 Mon Sep 17 00:00:00 2001 From: Michael Chapman Date: Tue, 5 Apr 2016 14:45:10 +1000 Subject: Use ODL driver for BGPVPN Current the dummy driver is used for neutron BGPVPN. Changed to use the ODL driver. Change-Id: Id0a3ce6fffd01826aabbe05602217964e6b89aa6 --- build/opnfv-tripleo-heat-templates.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/opnfv-tripleo-heat-templates.patch b/build/opnfv-tripleo-heat-templates.patch index a8ae97e7..7f680c24 100644 --- a/build/opnfv-tripleo-heat-templates.patch +++ b/build/opnfv-tripleo-heat-templates.patch @@ -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' + } + } + } -- cgit 1.2.3-korg