def8e95aad
When updating a port with the fixed_ips request the fixed_configured argument should be set to true when calling _ipam_get_subnets() so that all subnets are returned if host is not set. Otherwise the ip allocation will be deffered and an empty list of possible subnets for the port is returned. Which in turn led to raising an error that the network requires subnets to allocate an IP address. Closes-Bug: #1844124 Change-Id: I2e690ea0cf5fa0614e39be2b0e83afad3daa7f48
8 lines
234 B
YAML
8 lines
234 B
YAML
---
|
|
fixes:
|
|
- |
|
|
When updating the fixed-ips of a port residing on a routed provider
|
|
network the port update would always fail if *host* was not set.
|
|
See bug: `1844124 <https://bugs.launchpad.net/tripleo/+bug/1844124>`_.
|
|
|