From 9e582ff63750da85fb3eea574df33c5279ff39f9 Mon Sep 17 00:00:00 2001 From: Chuck Short Date: Wed, 10 Oct 2012 10:01:22 -0500 Subject: [PATCH] Fix nova-volume-usage-audit utils.default_cfgfile have been removed from nova/utils, so remove it here as well. Fixes LP: #1065069 Change-Id: I71f6c7850123ef0c1ef4fedf608de13b31dafb32 Signed-off-by: Chuck Short --- bin/nova-volume-usage-audit | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/nova-volume-usage-audit b/bin/nova-volume-usage-audit index 3e9d88bb..e71b5d65 100755 --- a/bin/nova-volume-usage-audit +++ b/bin/nova-volume-usage-audit @@ -63,7 +63,6 @@ FLAGS = flags.FLAGS if __name__ == '__main__': admin_context = context.get_admin_context() - utils.default_cfgfile() flags.FLAGS(sys.argv) logging.setup("nova") begin, end = utils.last_completed_audit_period()