Skip to content

Commit 069b013

Browse files
authored
Merge pull request #1405 from dosaboy/backport-bobcat
[bobcat] Ensure no fixed ip for ext port
2 parents e70e350 + 1d0d64d commit 069b013

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

zaza/openstack/utilities/openstack.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,6 +1019,7 @@ def create_additional_port_for_machines(novaclient, neutronclient, net_id,
10191019
"name": ext_port_name,
10201020
"network_id": net_id,
10211021
"port_security_enabled": False,
1022+
"fixed_ips": [],
10221023
}
10231024
}
10241025
port = neutronclient.create_port(body=body_value)

0 commit comments

Comments
 (0)