Comment 2 for bug 1320374

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/94189
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=54079687c083bd46efa1fd86fe48292e7bef5d19
Submitter: Jenkins
Branch: master

commit 54079687c083bd46efa1fd86fe48292e7bef5d19
Author: Leandro I. Costantino <email address hidden>
Date: Mon May 19 09:47:00 2014 -0300

    Add VIF mac address to fixed_ips in notifications

    Currently the payload of the notification only contains fixed_ips from VIFs,
    the mac address from VIFs is also a very important information and
    should be included with the payload of the notification.

    This patch add the VIF mac address to each fixed_ips as a new attribute
    named "vif_mac".
    Notification will looks like:
      u'fixed_ips': [{u'address': u'192.168.44.1',
                               u'floating_ips': [],
                               u'label': u'publica',
                               u'meta': {},
                               u'type': u'fixed',
                               u'version': 4,
                               u'vif_mac': u'fa:16:3e:93:ec:d5'}],

    Closes-Bug: #1320374
    Change-Id: I071b8fa75fecdae556c7ad72878ca8f86cf57139