From 06380b0576d9e2f1f367d2d575e00fa388ffd649 Mon Sep 17 00:00:00 2001 From: Aqsa Date: Fri, 7 Jul 2017 09:10:14 -0700 Subject: [PATCH] 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 --- doc/source/admin/config-routed-networks.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/source/admin/config-routed-networks.rst b/doc/source/admin/config-routed-networks.rst index bfe5178ee17..2be936bb343 100644 --- a/doc/source/admin/config-routed-networks.rst +++ b/doc/source/admin/config-routed-networks.rst @@ -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