diff options
| author | Jenkins <jenkins@review.openstack.org> | 2011-11-01 16:15:47 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2011-11-01 16:15:47 +0000 |
| commit | 79ae282de89ec534807cb153960db4bccc75e06c (patch) | |
| tree | 4cfa64fe49a5a91290f2ef9c29c5529ecf0042f3 /nova/compute | |
| parent | e9f1f3a0ef4968a74f2ec0fcd9c6e40ff1f8a48f (diff) | |
| parent | 5d0918a270564b14e0974d6f45378ffc79e8a654 (diff) | |
Merge "Fix 'begining' typo in system usage data bug 884307"
Diffstat (limited to 'nova/compute')
| -rw-r--r-- | nova/compute/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/compute/utils.py b/nova/compute/utils.py index ab4a7802f..885ba9360 100644 --- a/nova/compute/utils.py +++ b/nova/compute/utils.py @@ -47,7 +47,7 @@ def notify_usage_exists(instance_ref, current_period=False): audit_start): bw[b.network_label] = dict(bw_in=b.bw_in, bw_out=b.bw_out) usage_info = utils.usage_from_instance(instance_ref, - audit_period_begining=str(audit_start), + audit_period_beginning=str(audit_start), audit_period_ending=str(audit_end), bandwidth=bw) notifier_api.notify('compute.%s' % FLAGS.host, |
