From: Michael Chapman Date: Tue, 5 Apr 2016 04:45:10 +0000 (+1000) Subject: Use ODL driver for BGPVPN X-Git-Tag: brahmaputra.3.0~15 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F73%2F11873%2F1;p=apex.git Use ODL driver for BGPVPN Current the dummy driver is used for neutron BGPVPN. Changed to use the ODL driver. Change-Id: Id0a3ce6fffd01826aabbe05602217964e6b89aa6 --- 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' + } + } + }