metalsmith/releasenotes/notes/fix-ip-allocation-deferred-causing-broken-network-metadata-9c3ccfab2c563466.yaml
Harald Jensås 81d820f28f Set binding:host_id on VIFs
Set the 'binding:host_id' on neutron port VIFs when
they are created, or update it for existing ports.

This ensures IP allocation is not deferred by neutron.

If IP allocation is deferred, the config-drive network
metadata will not include enough information to properly
bootstrap the instance networking.

Story: 2009715
Task: 44089
Closes-Bug: #1952573
Change-Id: I7411c1f2fbc57dad0504fe61e278308030f059bf
2021-11-30 02:23:30 +01:00

11 lines
426 B
YAML

---
fixes:
- |
Fixed an issue where instance metadata for network configuration was not
correctly written to the config-drive when using a neutron routed
provider network. The invalid metadata would in most cases cause the
instance network initialization to completely fail, leaving the instance
with no network connectivity. See bug: `2009715
<https://storyboard.openstack.org/#!/story/2009715>`_.