summaryrefslogtreecommitdiff
path: root/releasenotes/notes/fix-ipv6-provisioning-routed-provider-network-bbd0c46559f618ac.yaml
diff options
context:
space:
mode:
authorHarald Jensås <hjensas@redhat.com>2022-01-07 13:16:09 +0100
committerHarald Jensås <hjensas@redhat.com>2022-01-12 00:45:08 +0000
commit9a7bc058218ea01008e2632303b092701c73d327 (patch)
tree97ebef2d3b2423e91282aa576cc3c7678dd95e3a /releasenotes/notes/fix-ipv6-provisioning-routed-provider-network-bbd0c46559f618ac.yaml
parentff375734b13cc37308c6ab0c9bfd1ead210f5d67 (diff)
downloadironic-9a7bc058218ea01008e2632303b092701c73d327.tar.gz
Ensure 'port' is up2date after binding:host_id
On neutron routed provider networks IP allocation is deferred until 'binding:host_id' is set. When ironic creates neutron ports it first creates the port, then updates the port setting binding information. When using IPv6 networking ironic adds additional address allocations to ensure network chain-booting will succeed. When address allocation is deferred on port create ironic cannot detect that IPv6 is used and does not add the required additional addresses. This change ensures the 'port' object is updated after the port update setting the port binding required for neutron to allocate the address. This allows ironic to correctly detect IPv6 is used, and it will add the required IP address allocations. Story: 2009773 Task: 44254 Change-Id: I863dd4ab9615a9ce3b3dcb8798af674ac9966bf2 (cherry picked from commit 3404dc913e0a0a595c3696454b878b716833d612)
Diffstat (limited to 'releasenotes/notes/fix-ipv6-provisioning-routed-provider-network-bbd0c46559f618ac.yaml')
-rw-r--r--releasenotes/notes/fix-ipv6-provisioning-routed-provider-network-bbd0c46559f618ac.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/fix-ipv6-provisioning-routed-provider-network-bbd0c46559f618ac.yaml b/releasenotes/notes/fix-ipv6-provisioning-routed-provider-network-bbd0c46559f618ac.yaml
new file mode 100644
index 000000000..beb270f61
--- /dev/null
+++ b/releasenotes/notes/fix-ipv6-provisioning-routed-provider-network-bbd0c46559f618ac.yaml
@@ -0,0 +1,6 @@
+---
+fixes:
+ - |
+ Fixed an issue where provisioning/cleaning would fail on IPv6 routed provider
+ networks. See bug:
+ `2009773 <https://storyboard.openstack.org/#!/story/2009773>`_.