summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Day <philip.day@hp.com>2012-07-13 11:05:07 +0100
committerPhil Day <philip.day@hp.com>2012-07-13 11:05:07 +0100
commite28ee9ffad0564d102d30601ddc0995ffee0faa4 (patch)
tree81ee52e522ebd665f86c4151b179f0e4c7c07d04
parent2a8403129e85a4e5663b3200c6d0ef2a02bfc717 (diff)
downloadnova-e28ee9ffad0564d102d30601ddc0995ffee0faa4.tar.gz
nova-e28ee9ffad0564d102d30601ddc0995ffee0faa4.tar.xz
nova-e28ee9ffad0564d102d30601ddc0995ffee0faa4.zip
Fix typo in docstring
_send_instance_update_notification: compute.instance.exists -> compute.instance.update Change-Id: Idecfc19e7cfe14e0368fbf78090c68eab3859ee3
-rw-r--r--nova/notifications.py2
1 files changed, 1 insertions, 1 deletions
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)