summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Chapman <woppin@gmail.com>2016-04-05 14:45:10 +1000
committerMichael Chapman <woppin@gmail.com>2016-04-05 14:45:10 +1000
commitd76025948823d5d0dc38a6df81f5766f1e357a41 (patch)
tree98e6f9133253b98c77ec21dc3a2da4cca5837103
parentb8c8aa99c4bcdb33256eee779192221027e14c12 (diff)
Use ODL driver for BGPVPN
Current the dummy driver is used for neutron BGPVPN. Changed to use the ODL driver. Change-Id: Id0a3ce6fffd01826aabbe05602217964e6b89aa6
-rw-r--r--build/opnfv-tripleo-heat-templates.patch2
1 files changed, 1 insertions, 1 deletions
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'
+ }
+ }
+ }