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

Fix

parent 3f7b3ee2
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@
"type": "OS::Neutron::Port",
"properties": {
"name": "PV176-port-%index%",
"network": {
"network_id":{
"get_attr": ["pv176-net","network_subnet"]
},
"security_groups": [
......
......@@ -77,7 +77,7 @@
"value": { "get_attr": [internal_interface] }
},
"network_security_group":{
"value": { "get_attr": [full_access_secgroup] }
"value": { "get_attr": [full_access_secgroup, name] }
}
}
}
\ 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