Fix typo in docstring
_send_instance_update_notification: compute.instance.exists -> compute.instance.update Change-Id: Idecfc19e7cfe14e0368fbf78090c68eab3859ee3
This commit is contained in:
1 changed files with 1 additions and 1 deletions
@@ -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
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.