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

Remove fixed ip

parent 73aff4f0
No related branches found
No related tags found
No related merge requests found
......@@ -14,18 +14,13 @@
"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"}
}
]
}
}
......@@ -35,4 +30,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