diff options
author | Jenkins <jenkins@review.openstack.org> | 2013-06-13 05:35:00 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2013-06-13 05:35:00 +0000 |
commit | 992e75aaa1321fec212ca87f7bf263873d94d80c (patch) | |
tree | f2f5c40fdc909bc5bf3bad958d44bac30108fe11 /nova/notifications.py | |
parent | 53f62b33caa71de1da3163e0f835e39ea7a64ee8 (diff) | |
parent | 1bf87dda57b076e042301eeafa966283265d08cf (diff) | |
download | nova-992e75aaa1321fec212ca87f7bf263873d94d80c.tar.gz nova-992e75aaa1321fec212ca87f7bf263873d94d80c.tar.xz nova-992e75aaa1321fec212ca87f7bf263873d94d80c.zip |
Merge "Fix and enable H403 tests"
Diffstat (limited to 'nova/notifications.py')
-rw-r--r-- | nova/notifications.py | 3 |
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) |