Test case for ovsdb netvirt
[integration/test.git] / test / csit / variables / ovsdb / create_floating_ip.json
1 {
2   "floatingip": {
3     "floating_network_id": "{netId}",
4     "router_id": null,
5     "fixed_ip_address": null,
6     "floating_ip_address": "{floatIpAddress}",
7     "tenant_id": "{tntId}",
8     "status": "ACTIVE",
9     "port_id": null,
10     "id": "{floatIpId}"
11   }
12 }