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

Fix subnet

parent c820a113
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@
"properties": {
"name": "PV176-port-%index%",
"network": {
"get_attr": ["pv176-net","network_name"]
"get_attr": ["pv176-net","network_subnet"]
},
"security_groups": [
"default",
......
......@@ -68,7 +68,7 @@
"value": { "get_attr": [internal_net] }
},
"network_subnet":{
"value": { "get_attr": [internal_subnet] }
"value": { "get_attr": [internal_subnet, network_id] }
},
"network_router":{
"value": { "get_attr": [internal_router] }
......
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