diff options
author | Jenkins <jenkins@review.openstack.org> | 2013-05-30 02:21:38 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2013-05-30 02:21:38 +0000 |
commit | 783b0e836d9ba0630d4745a6457144fac6dfa9f0 (patch) | |
tree | 660c40de8486b98f93caf3a7264d9e72dc35def2 /nova/notifications.py | |
parent | 66710a4bc2f00fdd4a183a343f4c6d53ac442f43 (diff) | |
parent | 22acf0d2a460149b07ce4a2bbbcff1c1773c9dac (diff) | |
download | nova-783b0e836d9ba0630d4745a6457144fac6dfa9f0.tar.gz nova-783b0e836d9ba0630d4745a6457144fac6dfa9f0.tar.xz nova-783b0e836d9ba0630d4745a6457144fac6dfa9f0.zip |
Merge "Add node as instance attribute for notification"
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 2e5e7660d..3800632c5 100644 --- a/nova/notifications.py +++ b/nova/notifications.py @@ -318,6 +318,7 @@ def info_from_instance(context, instance_ref, network_info, # Location properties host=instance_ref['host'], + node=instance_ref['node'], availability_zone=instance_ref['availability_zone'], # Date properties |