From e28ee9ffad0564d102d30601ddc0995ffee0faa4 Mon Sep 17 00:00:00 2001 From: Phil Day Date: Fri, 13 Jul 2012 11:05:07 +0100 Subject: Fix typo in docstring _send_instance_update_notification: compute.instance.exists -> compute.instance.update Change-Id: Idecfc19e7cfe14e0368fbf78090c68eab3859ee3 --- nova/notifications.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova/notifications.py b/nova/notifications.py index 3a761920c..fdaf82f7a 100644 --- a/nova/notifications.py +++ b/nova/notifications.py @@ -86,7 +86,7 @@ def send_update_with_states(context, instance, old_vm_state, new_vm_state, def _send_instance_update_notification(context, instance, old_vm_state, old_task_state, new_vm_state, new_task_state, service=None, host=None): - """Send 'compute.instance.exists' notification to inform observers + """Send 'compute.instance.update' notification to inform observers about instance state changes""" payload = usage_from_instance(context, instance, None, None) -- cgit