The proposal to merge ~smoser/cloud-init:fix/1792415-fix-ovh-dhcp-routes into cloud-init:master has been updated.
Commit message changed to: EphemeralIPv4Network: Be more explicit when adding default route. On OpenStack based OVH public cloud, we got DHCP response with fixed-address 54.36.113.86; option subnet-mask 255.255.255.255; option routers 54.36.112.1; The router clearly is not on the subnet. So 'ip' would fail when we tried to add the default route. The solution here is to add an explicit route on that interface to the router and then add the default route. Also add 'bgpovs' to the list of 'physical' types for OpenStack network configuration. That type is used on OVH public cloud. LP: #1792415 For more details, see: https://code.launchpad.net/~smoser/cloud-init/+git/cloud-init/+merge/354881 -- Your team cloud-init commiters is requested to review the proposed merge of ~smoser/cloud-init:fix/1792415-fix-ovh-dhcp-routes into cloud-init:master. _______________________________________________ Mailing list: https://launchpad.net/~cloud-init-dev Post to : cloud-init-dev@lists.launchpad.net Unsubscribe : https://launchpad.net/~cloud-init-dev More help : https://help.launchpad.net/ListHelp