Fix typo in docstring

_send_instance_update_notification:
 compute.instance.exists -> compute.instance.update
Change-Id: Idecfc19e7cfe14e0368fbf78090c68eab3859ee3
This commit is contained in:
Phil Day
2012年07月13日 11:05:07 +01:00
parent 2a8403129e
commit e28ee9ffad

View File

@@ -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)
Reference in New Issue
openstack/nova
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.