X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=3rdparty%2Fmodules%2Fneutron%2Fmanifests%2Fplugins%2Fovs%2Fport.pp;fp=3rdparty%2Fmodules%2Fneutron%2Fmanifests%2Fplugins%2Fovs%2Fport.pp;h=0000000000000000000000000000000000000000;hb=6e1426dc77fb4e5d51f07c187c6f2219431dc31e;hp=96b1c5cc88a7f62fec2272c05012861066ded4ea;hpb=87423ba664cd5f2bb462ebadd08b1a90d0fe1c8d;p=mirror%2Fdsa-puppet.git diff --git a/3rdparty/modules/neutron/manifests/plugins/ovs/port.pp b/3rdparty/modules/neutron/manifests/plugins/ovs/port.pp deleted file mode 100644 index 96b1c5cc8..000000000 --- a/3rdparty/modules/neutron/manifests/plugins/ovs/port.pp +++ /dev/null @@ -1,9 +0,0 @@ -# -define neutron::plugins::ovs::port { - $mapping = split($name, ':') - vs_port {$mapping[1]: - ensure => present, - bridge => $mapping[0] - } -} -