Allow to attach a floating ip to a specific fixed address
Change-Id: Ic02aa6196e3dd2ee94133d83c6b370f10e3c1626
This commit is contained in:
@@ -856,6 +856,7 @@ class FloatingIPCloudMixin(_normalize.Normalizer):
|
|||||||
f_ip = self.create_floating_ip(
|
f_ip = self.create_floating_ip(
|
||||||
server=server,
|
server=server,
|
||||||
network=network, nat_destination=nat_destination,
|
network=network, nat_destination=nat_destination,
|
||||||
|
fixed_address=fixed_address,
|
||||||
wait=wait, timeout=timeout)
|
wait=wait, timeout=timeout)
|
||||||
timeout = timeout - (time.time() - start_time)
|
timeout = timeout - (time.time() - start_time)
|
||||||
# Wait for cache invalidation time so that we don't try
|
# Wait for cache invalidation time so that we don't try
|
||||||
|
Reference in New Issue
Block a user