api-ref: Add cipher to update an encryption type interface

Change-Id: I76b6d1f155e912a87c0ca157df3dcbbe59946800
This commit is contained in:
zhangbailin 2018-12-15 03:14:36 -05:00
parent 0e814633d0
commit c15a32aba7
4 changed files with 8 additions and 4 deletions

View File

@ -2,6 +2,7 @@
"encryption":{
"key_size": 64,
"provider": "luks",
"control_location":"back-end"
"control_location":"back-end",
"cipher": "aes-xts-plain64"
}
}

View File

@ -2,6 +2,7 @@
"encryption":{
"key_size": 64,
"provider": "luks",
"control_location":"back-end"
"control_location":"back-end",
"cipher": "aes-xts-plain64"
}
}

View File

@ -2,6 +2,7 @@
"encryption":{
"key_size": 64,
"provider": "luks",
"control_location":"back-end"
"control_location":"back-end",
"cipher": "aes-xts-plain64"
}
}

View File

@ -2,6 +2,7 @@
"encryption":{
"key_size": 64,
"provider": "luks",
"control_location":"back-end"
"control_location":"back-end",
"cipher": "aes-xts-plain64"
}
}