Step 1: Move vm scripts to the right place
[integration/test.git] / csit / variables / ovsdb / associate_floating_ip.json
1 {
2   "floatingip": {
3     "floating_network_id": "{netId}",
4     "router_id": "{rtrId}",
5     "fixed_ip_address": "10.1.0.3",
6     "floating_ip_address": "{floatIpAddress}",
7     "tenant_id": "{tntId}",
8     "status": "ACTIVE",
9     "port_id": "{vmPortId}",
10     "id": "{floatIpId}"
11   }
12 }