Skip to content

Instantly share code, notes, and snippets.

@michaeltchapman
Created February 19, 2016 01:12
Show Gist options
  • Save michaeltchapman/2512ee5679ba22661459 to your computer and use it in GitHub Desktop.
Save michaeltchapman/2512ee5679ba22661459 to your computer and use it in GitHub Desktop.
+ # SDNVPN Hack
+ if ('networking_bgpvpn.neutron.services.plugin.BGPVPNPlugin' in hiera('neutron::service_plugins'))
+ {
+ class { 'neutron::config':
+ server_config => {
+ 'service_providers/service_provider' => {
+ 'value' => 'BGPVPN:Dummy:networking_bgpvpn.neutron.services.service_drivers.driver_api.BGPVPNDriver:default'
+ }
+ }
+ }
+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment