inifile module now requires a section
authorAimon Bustardo <abustardo@morphlabs.com>
Fri, 19 Apr 2013 08:00:37 +0000 (01:00 -0700)
committerAimon Bustardo <abustardo@morphlabs.com>
Fri, 19 Apr 2013 08:00:37 +0000 (01:00 -0700)
  * Added DEFAULT where missing is compute class

manifests/agent/compute.pp

index a2ccd833ec10b14d4ec25f3fc23dfe100655c322..c77a8675e4106b646d050fc621864028685c1555 100644 (file)
@@ -51,8 +51,8 @@ class ceilometer::agent::compute(
   }
 
   nova_config {
-    'instance_usage_audit'        : value => 'True';
-    'instance_usage_audit_period' : value => 'hour';
+    'DEFAULT/instance_usage_audit'        : value => 'True';
+    'DEFAULT/instance_usage_audit_period' : value => 'hour';
   }
 
   Nova_config<| |> {