Remove a bunch of 3rdparty modules that seem unused
[mirror/dsa-puppet.git] / 3rdparty / modules / cinder / manifests / ceilometer.pp
diff --git a/3rdparty/modules/cinder/manifests/ceilometer.pp b/3rdparty/modules/cinder/manifests/ceilometer.pp
deleted file mode 100644 (file)
index 813ea68..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# == Class: cinder::ceilometer
-#
-# Setup Cinder to enable ceilometer can retrieve volume samples
-# Ref: http://docs.openstack.org/developer/ceilometer/install/manual.html
-#
-# === Parameters
-#
-# [*notification_driver*]
-#   (option) Driver or drivers to handle sending notifications.
-#    Notice: rabbit_notifier has been deprecated in Grizzly, use rpc_notifier instead.
-#
-
-
-class cinder::ceilometer (
-  $notification_driver = 'cinder.openstack.common.notifier.rpc_notifier'
-) {
-
-  cinder_config {
-    'DEFAULT/notification_driver':     value => $notification_driver;
-  }
-}
-