summaryrefslogtreecommitdiffstats
path: root/nova/notifications.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/notifications.py')
-rw-r--r--nova/notifications.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/nova/notifications.py b/nova/notifications.py
index d000c4083..13e2a8fca 100644
--- a/nova/notifications.py
+++ b/nova/notifications.py
@@ -157,7 +157,8 @@ def _send_instance_update_notification(context, instance, old_vm_state=None,
old_task_state=None, new_vm_state=None, new_task_state=None,
service="compute", host=None):
"""Send 'compute.instance.update' notification to inform observers
- about instance state changes"""
+ about instance state changes.
+ """
payload = info_from_instance(context, instance, None, None)