]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
NVP: Correct NVP router port mac to match neutron
authorAaron Rosen <arosen@nicira.com>
Fri, 25 Oct 2013 00:22:56 +0000 (17:22 -0700)
committerAaron Rosen <arosen@nicira.com>
Fri, 25 Oct 2013 01:38:15 +0000 (18:38 -0700)
commit70145894724b7d4c45b179d92660808f74cc3186
treee3207735affde45b1cfd06140ad44c685180ac7a
parentd7ee301f900563296707d9c11e3d60a0b400d40e
NVP: Correct NVP router port mac to match neutron

Previously when router ports were created the mac_address from neutron
was not passed to nvp so nvp generated it's own mac_address for the port.
This patch fixes this by passing the mac_address on the port to nvp.

Fixes bug: 1244481

Change-Id: I0d0e068923497a13915749f3781d54194cfcfe89
neutron/plugins/nicira/NeutronPlugin.py
neutron/plugins/nicira/nvplib.py
neutron/tests/unit/nicira/test_nvplib.py