cinder/api-ref/source/v2/samples/encryption-type-update-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

8 lines
119 B
JSON

{
"encryption":{
"key_size": 64,
"provider": "luks",
"control_location":"back-end"
}
}