openstack-manuals/doc/config-reference/compute/samples/cells-resp.json
Jamie Hannaford 4499cce3a7 Fixing broken JSON - removing trailing comma
Change-Id: I921e95477ba66c676f523309fbb9019a5fa13734
2014-02-24 19:11:50 +01:00

27 lines
660 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
}
}