We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc81884 + f164ba6 commit aa97e58Copy full SHA for aa97e58
1 file changed
zaza/openstack/utilities/openstack.py
@@ -990,6 +990,7 @@ def create_additional_port_for_machines(novaclient, neutronclient, net_id,
990
"name": ext_port_name,
991
"network_id": net_id,
992
"port_security_enabled": False,
993
+ "fixed_ips": [],
994
}
995
996
port = neutronclient.create_port(body=body_value)
0 commit comments