Remove a bunch of 3rdparty modules that seem unused
[mirror/dsa-puppet.git] / 3rdparty / modules / nova / manifests / manage / floating.pp
diff --git a/3rdparty/modules/nova/manifests/manage/floating.pp b/3rdparty/modules/nova/manifests/manage/floating.pp
deleted file mode 100644 (file)
index 6c6a14d..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-# Creates floating networks
-define nova::manage::floating ( $network ) {
-
-  File['/etc/nova/nova.conf'] -> Nova_floating[$name]
-  Exec<| title == 'nova-db-sync' |> -> Nova_floating[$name]
-
-  nova_floating { $name:
-    ensure   => present,
-    network  => $network,
-    provider => 'nova_manage',
-  }
-
-}