summaryrefslogtreecommitdiffstats
path: root/bin/instance-usage-audit
diff options
context:
space:
mode:
authorJoe Gordon <jogo@cloudscaling.com>2012-03-14 15:16:43 -0700
committerJoe Gordon <jogo@cloudscaling.com>2012-03-14 15:16:43 -0700
commit036c34f44f48cdd35cf5de95c08b4d242bc1f07a (patch)
tree19e6b2ada542e1569cef67f6f047c6ccad9410ff /bin/instance-usage-audit
parentf40357574245d2e3b8cb7995cb27adc8e9b99175 (diff)
downloadnova-036c34f44f48cdd35cf5de95c08b4d242bc1f07a.tar.gz
nova-036c34f44f48cdd35cf5de95c08b4d242bc1f07a.tar.xz
nova-036c34f44f48cdd35cf5de95c08b4d242bc1f07a.zip
Fix up docstring
Change-Id: I0b9e29455393c34e2861360418297b60bd073d9d
Diffstat (limited to 'bin/instance-usage-audit')
-rwxr-xr-xbin/instance-usage-audit6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/instance-usage-audit b/bin/instance-usage-audit
index bceb3022b..2de7d8853 100755
--- a/bin/instance-usage-audit
+++ b/bin/instance-usage-audit
@@ -20,7 +20,7 @@
nor destroyed in a given time period.
Together with the notifications generated by compute on instance
- create/delete/resize, over that ime period, this allows an external
+ create/delete/resize, over that time period, this allows an external
system consuming usage notification feeds to calculate instance usage
for each tenant.
@@ -28,10 +28,10 @@
hour = previous hour. If run at 9:07am, will generate usage for 8-9am.
month = previous month. If the script is run April 1, it will generate
- usages for March 1 thry March 31.
+ usages for March 1 through March 31.
day = previous day. if run on July 4th, it generates usages for July 3rd.
year = previous year. If run on Jan 1, it generates usages for
- Jan 1 thru Dec 31 of the previous year.
+ Jan 1 through Dec 31 of the previous year.
"""
import datetime