d6ac7460ca
Added documentation and modified api-ref documents to reflect multiple stores support changes. Related to blueprint multi-store Change-Id: I932297df8149968d31a5367a9ca71a5629045445
17 lines
359 B
JSON
17 lines
359 B
JSON
{
|
|
"stores": [
|
|
{
|
|
"id":"reliable",
|
|
"description": "Reliable filesystem store"
|
|
},
|
|
{
|
|
"id":"fast",
|
|
"description": "Fast access to rbd store",
|
|
"default": true
|
|
},
|
|
{
|
|
"id":"cheap",
|
|
"description": "Less expensive rbd store"
|
|
}
|
|
]
|
|
} |