Alexander Tivelkov d20bbb5012 Added support for adv networking
Change-Id: I162cf501a4c23ddce9bb3fc9677cbff6d56b713f
2013-11-25 17:17:55 +04:00

19 lines
361 B
Plaintext

{
"AWSTemplateFormatVersion": "2010-09-09",
"Resources": {
"$interfaceName": {
"Type": "OS::Neutron::RouterInterface",
"Properties": {
"router_id": "$routerId",
"subnet_id": {
"Ref": "$subnet"
}
}
}
},
"Outputs": {
}
}