Skip to content
Snippets Groups Projects
Commit e34e1369 authored by Tomáš Sapák's avatar Tomáš Sapák
Browse files

Revert "Remove fixed ip"

This reverts commit df690976
parent df690976
Branches master
No related tags found
No related merge requests found
......@@ -14,13 +14,18 @@
"resources":{
"port":{
"type": "OS::Neutron::Port",
"properties": {
"properties": {
"name": {"get_param": "name"},
"network_id":{"get_param": "network"},
"port_security_enabled": "true",
"security_groups": [
"default",
"PV176-security-group-RDP-MUNI"
],
"fixed_ips": [
{
"subnet_id": {"get_param": "port_subnet"}
}
]
}
}
......@@ -30,4 +35,4 @@
"value": { "get_attr": ["port"] }
}
}
}
}
\ No newline at end of file
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