Skip to content

Commit

Permalink
Fix nova-volume-usage-audit
Browse files Browse the repository at this point in the history
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 <chuck.short@canonical.com>
  • Loading branch information
Chuck Short committed Oct 21, 2012
1 parent f1155fc commit d768ae2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/nova-volume-usage-audit
Expand Up @@ -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()
Expand Down

0 comments on commit d768ae2

Please sign in to comment.