cloudbase / cloudbase-init

Cross-platform instance initialization
http://openstack.org
Apache License 2.0
414 stars 150 forks source link

bond links added MAC to NetConnectionID convertion #51

Closed 10fish closed 4 years ago

10fish commented 4 years ago

Hi guys,

In our scenario of setting bond links, MACs are collected without NetConnectionID, cause of jobs running on a Debian based PXE OS agent. so we need to do the MAC to NetConnectionID conversion before process_bond_links execution. This PR does this. Are there any better approaches? Any comments are welcomed.

Thanks!