Skip to content

Commit 310390c

Browse files
authored
Merge pull request #1404 from dosaboy/backport-caracal
[caracal] Ensure no fixed ip for ext port
2 parents bb338ee + cd71390 commit 310390c

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
@@ -1042,6 +1042,7 @@ def create_additional_port_for_machines(novaclient, neutronclient, net_id,
10421042
"name": ext_port_name,
10431043
"network_id": net_id,
10441044
"port_security_enabled": False,
1045+
"fixed_ips": [],
10451046
}
10461047
}
10471048
port = neutronclient.create_port(body=body_value)

0 commit comments

Comments
 (0)