aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/config/docker/init/src/config/robot/robot/assets/templates/neutron_add_subnet.template
blob: 5a4264f8cc6067da192b21ad66c1270f0fcfbab4 (plain)
1
2
3
4
5
6
7
8
{
    "subnet": {
        "network_id": "${network_id}",
        "ip_version": 4,
        "name":"${subnet_name}",
        "cidr": "${cidr}"
    }
}