summaryrefslogtreecommitdiff
path: root/releasenotes/notes/fix-mac-address-update-with-contrail-b1e1b725cc0829c2.yaml
Commit message (Collapse)AuthorAgeFilesLines
* [reno] update for MAC address update fixRuby Loo2017-09-211-3/+3
| | | | | | | | This updates the release note for the MAC-address-update fix from e35f230e1a9374cebd6aa43761da2a49e7d5c204. Change-Id: I539a43257e63715074fce07496e795a6bf5a6953 Related-Bug: #1712359
* Rework update_port_address logicVasyl Saienko2017-09-201-0/+5
Some neutron backends like contrail require port is unbound before one can change its mac_address or vnic_type is set to baremeteal. Rework update_port_address for Neutron case to use separate steps for: 1. Unbind port 2. Update mac address 3. Bind port Change-Id: I9938fa565eef7e0f1403f6a7c55922115128158c Closes-Bug: #1712359