Merge "Note that service subnet logic does not apply to DHCP"

This commit is contained in:
Jenkins 2017-01-10 02:56:33 +00:00 committed by Gerrit Code Review
commit f2d354271a
1 changed files with 6 additions and 0 deletions

View File

@ -32,6 +32,12 @@ uses the following selection process:
* ``network:floatingip_agent_gateway``
* ``None``
.. note::
Ports with the device owner ``network:dhcp`` are exempt from the above IPAM
logic for subnets with ``dhcp_enabled`` set to ``True``. This preserves the
existing automatic DHCP port creation behaviour for DHCP-enabled subnets.
Creating or updating a port with a specific subnet skips this selection
process and explicitly uses the given subnet.