Comment 2 for bug 1452845

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

Reviewed: https://review.openstack.org/181112
Committed: https://git.openstack.org/cgit/stackforge/networking-cisco/commit/?id=25cb20f4aa86ae59063fe1ad1b43a0fa5b5878d6
Submitter: Jenkins
Branch: master

commit 25cb20f4aa86ae59063fe1ad1b43a0fa5b5878d6
Author: Yanping Qu <email address hidden>
Date: Thu May 7 11:37:11 2015 -0700

    Fix N1kv trunk driver: same mac assigned to ports created

    When update p_spec for creating the ports on trunk network, mac_address in
    p_spec['port'] should be updated and set to attributes.ATTR_NOT_SPECIFIED.
    As such a new mac address will be generated for each port created.

    Change-Id: I9515915263ed5ceebd4c1f007d4fc53d824ff64c
    Close-Bug: #1452845