From d207b37fa6a149f84e059d6028370e3f58f61d33 Mon Sep 17 00:00:00 2001 From: Brian Elliott Date: Thu, 12 Apr 2012 12:44:06 +0000 Subject: Renamed current_audit_period function to last_completed_audit_period to clarify its purpose. Change-Id: I7bcfbd1a0545f992b1deae54e4deb956ae33e15d --- nova/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nova/utils.py') diff --git a/nova/utils.py b/nova/utils.py index e959e544a..cb54235c1 100644 --- a/nova/utils.py +++ b/nova/utils.py @@ -371,7 +371,7 @@ EASIER_PASSWORD_SYMBOLS = ('23456789', # Removed: 0, 1 'ABCDEFGHJKLMNPQRSTUVWXYZ') # Removed: I, O -def current_audit_period(unit=None): +def last_completed_audit_period(unit=None): """This method gives you the most recently *completed* audit period. arguments: -- cgit