Blob Blame History Raw
From 488d8e82e7df1b67718f5feee166c07f4698f533 Mon Sep 17 00:00:00 2001
From: Martin Magr <mmagr@redhat.com>
Date: Mon, 12 May 2014 18:40:06 +0200
Subject: [PATCH] Quickfix to remove duplication with
 ceilometer::agent::compute class

---
 manifests/compute.pp | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/manifests/compute.pp b/manifests/compute.pp
index 71eb566..07b118d 100644
--- a/manifests/compute.pp
+++ b/manifests/compute.pp
@@ -138,18 +138,6 @@ class nova::compute (
     }
   }
 
-  if $instance_usage_audit and $instance_usage_audit_period in ['hour', 'day', 'month', 'year'] {
-    nova_config {
-      'DEFAULT/instance_usage_audit':        value => $instance_usage_audit;
-      'DEFAULT/instance_usage_audit_period': value => $instance_usage_audit_period;
-    }
-  } else {
-    nova_config {
-      'DEFAULT/instance_usage_audit':        ensure => absent;
-      'DEFAULT/instance_usage_audit_period': ensure => absent;
-    }
-  }
-
   package { 'pm-utils':
     ensure => present,
   }
-- 
1.8.5.3