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 <chuck.short@canonical.com>
This commit is contained in:
		@@ -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()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user