summaryrefslogtreecommitdiffstats
path: root/bin/instance-usage-audit
diff options
context:
space:
mode:
Diffstat (limited to 'bin/instance-usage-audit')
-rwxr-xr-xbin/instance-usage-audit2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/instance-usage-audit b/bin/instance-usage-audit
index cef9b464b..1fa2c2186 100755
--- a/bin/instance-usage-audit
+++ b/bin/instance-usage-audit
@@ -117,7 +117,7 @@ if __name__ == '__main__':
created_at=str(instance_ref['created_at']),
launched_at=str(instance_ref['launched_at']) \
if instance_ref['launched_at'] else '',
- image_id=instance_ref['image_id'],
+ image_ref=instance_ref['image_ref'],
audit_period_begining=str(begin),
audit_period_ending=str(end))
notifier_api.notify('compute.%s' % FLAGS.host,