replace aai, closeloop, sdc with jinja
[testsuite.git] / robot / assets / templates / openstack / neutron_add_subnet.jinja
1 {
2     "subnet": {
3         "network_id": "{{network_id}}",
4         "ip_version": 4,
5         "name":"{{subnet_name}}",
6         "cidr": "{{cidr}}"
7     }
8 }