
IP allocation was initially deffered due to lack of binding information. On port update the with both `mac_address` and `binding_host_id`` in the request 'fixed_ips: []' was appended to the new_port data. This caused the check for fixed_ips_requested to return True, which in turn cause deferred_ip_allocation to evaluates False. Only set the new_port default fixed_ips to original_ips if the original port had fixed_ips. Closes-Bug: #1811905 Change-Id: If98a82f8432b09a29f9d0cc6627e9649b43bc4a1 (cherry picked from commit b0d758e1b4af9aed8c2da6e0bac4723d8e4f5443)
Team and repository tags
Welcome!
To learn more about neutron:
- Documentation: https://docs.openstack.org
- Features: https://specs.openstack.org/openstack/neutron-specs
- Defects: https://launchpad.net/neutron
- Release notes: https://docs.openstack.org/releasenotes/neutron/index.html
Get in touch via email. Use [Neutron] in your subject.
To learn how to contribute:
CONTRIBUTING.rst
Description
Languages
Python
99.7%
Shell
0.3%