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

Bind to port not server

parent c030305d
Branches master
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@
"association":{
"type":"OS::Nova::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::Nova::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