api-ref: Use key_size 256 in API examples
As the api-ref doc notes, the key size is usually 256. Use 256 in the examples instead of 128 to make things more clear. Change-Id: I8db34f31d35375dc9656d53ac7af644c28a3d3fe
This commit is contained in:
parent
368cddec91
commit
e8c7910453
api-ref/source/v3/samples/volume_type
@ -1,6 +1,6 @@
|
||||
{
|
||||
"encryption":{
|
||||
"key_size": 128,
|
||||
"key_size": 256,
|
||||
"provider": "luks",
|
||||
"control_location":"front-end",
|
||||
"cipher": "aes-xts-plain64"
|
||||
|
@ -3,7 +3,7 @@
|
||||
"volume_type_id": "2d29462d-76cb-417c-8a9f-fb23140f1577",
|
||||
"control_location": "front-end",
|
||||
"encryption_id": "81e069c6-7394-4856-8df7-3b237ca61f74",
|
||||
"key_size": 128,
|
||||
"key_size": 256,
|
||||
"provider": "luks",
|
||||
"cipher": "aes-xts-plain64"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user