Fix issues due to renming of imange_id attrib.

This commit is contained in:
Monsyne Dragon
2011-06-28 15:21:08 +00:00
parent 58a24fd2d5
commit d25eb8be0d

View File

@@ -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,