Skip to content
Snippets Groups Projects
Commit 8d812d98 authored by Martin Cuchran's avatar Martin Cuchran
Browse files

Fix

parent 309f5707
No related branches found
No related tags found
No related merge requests found
......@@ -21,9 +21,9 @@
"count": { "get_param": "lab_size" },
"resource_def":{
"type": "Lib::server_port",
"name": "PV176-port-%index%",
"properties": {
"network_id":{
"name": "PV176-port-%index%",
"network":{
"get_attr": ["pv176-net","network_subnet"]
}
}
......
{
"heat_template_version": "2016-04-08",
"parameters":{
"name":{
"type": "string"
},
"network":{
"type": "string"
}
},
"resources":{
"port":{
"type": "OS::Neutron::Port",
"name": {"get_param": "name"},
"properties": {
"network_id":{"get_param": "network_id"},
"name": {"get_param": "name"},
"network_id":{"get_param": "network"},
"security_groups": [
"default",
"PV176-security-group-MUNI"
......
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