cinder/api-ref/source/v2/samples/encryption-type-show-response.json
Kaitlin Farr ddeb1d14c4 Update provider parameter in sample json files
In the sample json files, some examples of the provider value were
wrong and showed a key manager class instead of an encryptor name.
Other samples showed the legacy encryptor classes where the newer
os-brick encryptor shorthand names should be used instead.
I3eec91e221692177833909e0378116cea4966807 removes support for the
legacy provider class names, so it is important that the samples
reflect the updated shorthand names.

Change-Id: I1c3879a5d12a8c9802deeac1c6e24b57310588d5
2017-09-27 14:24:13 -04:00

13 lines
359 B
JSON

{
"volume_type_id": "2d29462d-76cb-417c-8a9f-fb23140f1577",
"control_location": "front-end",
"deleted": false,
"created_at": "2016-12-28T02:32:25.000000",
"updated_at": null,
"encryption_id": "81e069c6-7394-4856-8df7-3b237ca61f74",
"key_size": 128,
"provider": "luks",
"deleted_at": null,
"cipher": "aes-xts-plain64"
}