missing mac addresses in nova notification

Bug #1320374 reported by wei tian
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Compute (nova)
Fix Released
Low
Leandro Ignacio Costantino

Bug Description

One of the use case for nova notification is to monitor instance creation/deletion and update the configuration management system accordingly.

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.

Nova version: 2013.2.4 stable/havana

Tags: network
Changed in nova:
assignee: nobody → Leandro Ignacio Costantino (leandro-i-costantino)
Gary Kotton (garyk)
tags: added: network
Changed in nova:
importance: Undecided → Low
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to nova (master)

Fix proposed to branch: master
Review: https://review.openstack.org/94189

Changed in nova:
status: New → In Progress
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

Changed in nova:
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in nova:
milestone: none → juno-1
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in nova:
milestone: juno-1 → 2014.2
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.