Skip to content

Commit aa97e58

Browse files
authored
Merge pull request #1407 from dosaboy/backport-zed
[zed] Ensure no fixed ip for ext port
2 parents bc81884 + f164ba6 commit aa97e58

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
@@ -990,6 +990,7 @@ def create_additional_port_for_machines(novaclient, neutronclient, net_id,
990990
"name": ext_port_name,
991991
"network_id": net_id,
992992
"port_security_enabled": False,
993+
"fixed_ips": [],
993994
}
994995
}
995996
port = neutronclient.create_port(body=body_value)

0 commit comments

Comments
 (0)