Skip to content
Snippets Groups Projects
Verified Commit 3dfb2157 authored by Tomas Sapak's avatar Tomas Sapak
Browse files

Bind to port not server

parent 2c5ba288
Branches master
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@
"association":{
"type":"OS::Neutron::FloatingIPAssociation",
"properties":{
"floating_ip": { "get_resource": "floating_ip" },
"floatingip_id": { "get_resource": "floating_ip" },
"port_id": {"get_param": "network_public"}
}
}
......
......@@ -58,7 +58,7 @@
"association":{
"type":"OS::Neutron::FloatingIPAssociation",
"properties":{
"floating_ip": { "get_resource": "floating_ip" },
"floatingip_id": { "get_resource": "floating_ip" },
"port_id": {"get_param": "network_public"}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment