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

Fix

parent 5cf48666
No related branches found
No related tags found
No related merge requests found
......@@ -23,13 +23,13 @@
"type": "OS::Neutron::Port",
"properties": {
"name": "PV176-port-%index%",
"network": ["pv176-net","network_name"],
"security_groups": [
"default",
{
"get_attr": ["pv176-net","network_security_group"]
}
],
"network": "PV176-private-network"
]
}
}
}
......
......@@ -65,7 +65,7 @@
},
"outputs":{
"network_name":{
"value": { "get_attr": [internal_net] }
"value": { "get_attr": [internal_net,name] }
},
"network_subnet":{
"value": { "get_attr": [internal_subnet] }
......
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