From c5842e2a7be56e2d0df7b3bc4d4c72827baed1ca Mon Sep 17 00:00:00 2001 From: Andrew Melton Date: Tue, 2 Jul 2013 14:36:33 -0400 Subject: [PATCH] Bumping nova_usage_audit report version --- reports/nova_usage_audit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reports/nova_usage_audit.py b/reports/nova_usage_audit.py index a4e54f3..3af30c5 100644 --- a/reports/nova_usage_audit.py +++ b/reports/nova_usage_audit.py @@ -290,7 +290,7 @@ def store_results(start, end, summary, details): 'created': dt.dt_to_decimal(datetime.datetime.utcnow()), 'period_start': start, 'period_end': end, - 'version': 2, + 'version': 3, 'name': 'nova usage audit' }