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

The above is no longer true if fixed-ips is used in the port create
request.

Closes-Bug: #1697803

Change-Id: I211e40584a42d777531fe9d698c4907c7d97e2ac
This commit is contained in:
Aqsa 2017-07-07 09:10:14 -07:00 committed by Brian Haley
parent c2e12079f6
commit 06380b0576
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