openstack-manuals/doc/config-reference/compute/samples/cells-resp.json
Diane Fleming 000d84d41d Fix JSON example
Closes-Bug: #1240800

Change-Id: I1c61393b7e03bda9005e5111e35968f6bbb82cdd
author: diane fleming
2013-12-20 15:13:24 -06:00

26 lines
725 B
JSON

{
"parent": {
"name": "parent",
"api_url": "http://api.example.com:8774",
"transport_url": "rabbit://rabbit.example.com",
"weight_offset": 0.0,
"weight_scale": 1.0,
"is_parent": true,
},
"cell1": {
"name": "cell1",
"api_url": "http://api.example.com:8774",
"transport_url": "rabbit://rabbit1.example.com",
"weight_offset": 0.0,
"weight_scale": 1.0,
"is_parent": false,
},
"cell2": {
"name": "cell2",
"api_url": "http://api.example.com:8774",
"transport_url": "rabbit://rabbit2.example.com",
"weight_offset": 0.0,
"weight_scale": 1.0,
"is_parent": false,
}
}