nova/doc/v3/api_samples/os-floating-ips-bulk/floating-ips-bulk-create-req.json
Davanum Srinivas aff3e8699a Cleanup bad JSON files
- Add missing commas
- Replace single quote with double quote
- events field contains a list of events (event-create-req.json)
- Remove empty files
- Adds a JSON validation test to the docs pipeline

Co-Authored-By: Nicolas Simonds <nic@metacloud.com>
Change-Id: I9a4a9b6b8e2da73b5f25145be3b2faa44ebdb340
2015-01-22 11:46:05 -08:00

8 lines
134 B
JSON

{
"floating_ips_bulk_create": {
"ip_range": "192.168.1.0/24",
"pool": "nova",
"interface": "eth0"
}
}