1800ae63c2
This changes the IPAM logic for service subnets to allow DHCP ports to be created on subnets of any service type, provided that the subnet has DHCP enabled.. This ensures that DHCP ports can still be created automatically on 'nova:compute' service subnets, for example. DocImpact Change-Id: I736262f2a7d3f3d7dfdc5276e2364aca7187d18b Closes-Bug: #1636963
11 lines
478 B
YAML
11 lines
478 B
YAML
---
|
|
fixes:
|
|
- A special case has been added to allow the creation of DHCP ports
|
|
on Service Subnets that do not have the service type "network:dhcp",
|
|
provided that the subnet has 'enable_dhcp' set to 'True'.
|
|
This fixes the recurring error seen when neutron attempts to
|
|
automatically create a DHCP port on a dhcp-enabled subnet after the
|
|
subnet is created. See bug report
|
|
`1636963 <https://bugs.launchpad.net/neutron/+bug/1636963>`_ for
|
|
more details.
|