Merge "Do not defer allocation if fixed-ips is in the port create request."

This commit is contained in:
Jenkins 2017-07-07 22:58:20 +00:00 committed by Gerrit Code Review
commit 980451cd60
1 changed files with 6 additions and 4 deletions

View File

@ -426,10 +426,12 @@ segment contains one IPv4 subnet and one IPv6 subnet.
.. note::
Creating a port and passing it to an instance yields a different
behavior than conventional networks. The Networking service
defers assignment of IP addresses to the port until the particular
compute node becomes apparent. For example:
If a fixed IP is specified by the user in the port create request, that
particular IP is allocated immediately to the port. However, creating a
port and passing it to an instance yields a different behavior than
conventional networks. The Networking service defers assignment of IP
addresses to the port until the particular compute node becomes
apparent. For example:
.. code-block:: console