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

Bind to port not server

parent f1baa14f
Branches master
No related tags found
No related merge requests found
......@@ -15,8 +15,8 @@
"association":{
"type":"OS::Nova::FloatingIPAssociation",
"properties":{
"floatingip_id": { "get_resource": "floating_ip" },
"port_id": {"get_param": "network_public"}
"floating_ip": { "get_resource": "floating_ip" },
"port": {"get_param": "network_public"}
}
}
},
......
......@@ -58,8 +58,8 @@
"association":{
"type":"OS::Nova::FloatingIPAssociation",
"properties":{
"floatingip_id": { "get_resource": "floating_ip" },
"port_id": {"get_param": "network_public"}
"floating_ip": { "get_resource": "floating_ip" },
"port": {"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