Step 1: Move vm scripts to the right place
[integration/test.git] / test / csit / variables / ovsdb / update_router_port_gateway.json
1 {
2   "router": {
3     "external_gateway_info": {
4       "network_id": "{netId}",
5       "enable_snat": true,
6       "external_fixed_ips": [
7         {
8           "subnet_id": "{subnetId}",
9           "ip_address": "192.168.111.21"
10         }
11       ]
12     },
13     "name": "rtr1",
14     "gw_port_id": "{portId}",
15     "admin_state_up": true,
16     "distributed": false,
17     "routes": []
18   }
19 }