Remove a bunch of 3rdparty modules that seem unused
[mirror/dsa-puppet.git] / 3rdparty / modules / neutron / manifests / plugins / ovs / port.pp
diff --git a/3rdparty/modules/neutron/manifests/plugins/ovs/port.pp b/3rdparty/modules/neutron/manifests/plugins/ovs/port.pp
deleted file mode 100644 (file)
index 96b1c5c..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#
-define neutron::plugins::ovs::port {
-  $mapping = split($name, ':')
-  vs_port {$mapping[1]:
-    ensure => present,
-    bridge => $mapping[0]
-  }
-}
-