Merge ~fabian-wiesel/cloud-init:bugfix1682064 into cloud-init:master
Proposed by
Fabian Wiesel
| Status: | Merged | ||||
|---|---|---|---|---|---|
| Approved by: | Chad Smith | ||||
| Approved revision: | 984d2ab47e596f3b32c6fc8ab96aa07090d6d410 | ||||
| Merge reported by: | Server Team CI bot | ||||
| Merged at revision: | not available | ||||
| Proposed branch: | ~fabian-wiesel/cloud-init:bugfix1682064 | ||||
| Merge into: | cloud-init:master | ||||
| Diff against target: |
44 lines (+7/-1) 2 files modified
cloudinit/sources/helpers/openstack.py (+2/-0) tests/unittests/test_datasource/test_configdrive.py (+5/-1) |
||||
| Related bugs: |
|
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Server Team CI bot | continuous-integration | Approve | |
| Scott Moser | Approve | ||
|
Review via email:
|
|||
Commit message
OpenStack: Support setting mac address on bond.
Fix a bug where setting of mac address on a bond device was
ignored when provided in OpenStack network_
LP: #1682064
Description of the change
I only tested, that the hwaddr field was set in the eni config.
I still have trouble to get the bond to work.
It should work according to the documentation, but the mac address is not set on
`ifup bond0` despite the hwaddr being set correctly.
But that might be out of scope of this project.
To post a comment you must log in.

we recently fixed bug 1784699 which was related.
It would be good to know that the whole thing is done right for ENI rendering, or at least have a bug filed on what is wrong. I agree that your fix seems correct here.