diff options
author | Jenkins <jenkins@review.openstack.org> | 2012-11-20 00:47:31 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2012-11-20 00:47:31 +0000 |
commit | 534af0d2002ff80dfb9c66254b2289350b79718c (patch) | |
tree | 03886054ca06bef96990ab5105839f66e2344659 /nova/notifications.py | |
parent | e60d593b5ec254bb74fca39db7164f57db90be47 (diff) | |
parent | f30b352ac5a9f56dadb1825207e3908ee45815bc (diff) | |
download | nova-534af0d2002ff80dfb9c66254b2289350b79718c.tar.gz nova-534af0d2002ff80dfb9c66254b2289350b79718c.tar.xz nova-534af0d2002ff80dfb9c66254b2289350b79718c.zip |
Merge "Include hostname in notification payloads."
Diffstat (limited to 'nova/notifications.py')
-rw-r--r-- | nova/notifications.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/notifications.py b/nova/notifications.py index d43aef3c7..ccfefe15f 100644 --- a/nova/notifications.py +++ b/nova/notifications.py @@ -299,6 +299,7 @@ def info_from_instance(context, instance_ref, network_info, instance_id=instance_ref['uuid'], display_name=instance_ref['display_name'], reservation_id=instance_ref['reservation_id'], + hostname=instance_ref['hostname'], # Type properties instance_type=instance_type_name, |