Merge "Update provider parameter in sample json files"
This commit is contained in:
commit
aeb8619935
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"encryption":{
|
"encryption":{
|
||||||
"key_size": 128,
|
"key_size": 128,
|
||||||
"provider": "nova.volume.encryptors.luks.LuksEncryptor",
|
"provider": "luks",
|
||||||
"control_location":"front-end",
|
"control_location":"front-end",
|
||||||
"cipher": "aes-xts-plain64"
|
"cipher": "aes-xts-plain64"
|
||||||
}
|
}
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"control_location": "front-end",
|
"control_location": "front-end",
|
||||||
"encryption_id": "81e069c6-7394-4856-8df7-3b237ca61f74",
|
"encryption_id": "81e069c6-7394-4856-8df7-3b237ca61f74",
|
||||||
"key_size": 128,
|
"key_size": 128,
|
||||||
"provider": "nova.volume.encryptors.luks.LuksEncryptor",
|
"provider": "luks",
|
||||||
"cipher": "aes-xts-plain64"
|
"cipher": "aes-xts-plain64"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
"updated_at": null,
|
"updated_at": null,
|
||||||
"encryption_id": "81e069c6-7394-4856-8df7-3b237ca61f74",
|
"encryption_id": "81e069c6-7394-4856-8df7-3b237ca61f74",
|
||||||
"key_size": 128,
|
"key_size": 128,
|
||||||
"provider": "nova.volume.encryptors.luks.LuksEncryptor",
|
"provider": "luks",
|
||||||
"deleted_at": null,
|
"deleted_at": null,
|
||||||
"cipher": "aes-xts-plain64"
|
"cipher": "aes-xts-plain64"
|
||||||
}
|
}
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"encryption":{
|
"encryption":{
|
||||||
"key_size": 64,
|
"key_size": 64,
|
||||||
"provider": "cinder.keymgr.conf_key_mgr.ConfKeyManager",
|
"provider": "luks",
|
||||||
"control_location":"back-end"
|
"control_location":"back-end"
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"encryption":{
|
"encryption":{
|
||||||
"key_size": 64,
|
"key_size": 64,
|
||||||
"provider": "cinder.keymgr.conf_key_mgr.ConfKeyManager",
|
"provider": "luks",
|
||||||
"control_location":"back-end"
|
"control_location":"back-end"
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"encryption":{
|
"encryption":{
|
||||||
"key_size": 128,
|
"key_size": 128,
|
||||||
"provider": "nova.volume.encryptors.luks.LuksEncryptor",
|
"provider": "luks",
|
||||||
"control_location":"front-end",
|
"control_location":"front-end",
|
||||||
"cipher": "aes-xts-plain64"
|
"cipher": "aes-xts-plain64"
|
||||||
}
|
}
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"control_location": "front-end",
|
"control_location": "front-end",
|
||||||
"encryption_id": "81e069c6-7394-4856-8df7-3b237ca61f74",
|
"encryption_id": "81e069c6-7394-4856-8df7-3b237ca61f74",
|
||||||
"key_size": 128,
|
"key_size": 128,
|
||||||
"provider": "nova.volume.encryptors.luks.LuksEncryptor",
|
"provider": "luks",
|
||||||
"cipher": "aes-xts-plain64"
|
"cipher": "aes-xts-plain64"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
"updated_at": null,
|
"updated_at": null,
|
||||||
"encryption_id": "81e069c6-7394-4856-8df7-3b237ca61f74",
|
"encryption_id": "81e069c6-7394-4856-8df7-3b237ca61f74",
|
||||||
"key_size": 128,
|
"key_size": 128,
|
||||||
"provider": "nova.volume.encryptors.luks.LuksEncryptor",
|
"provider": "luks",
|
||||||
"deleted_at": null,
|
"deleted_at": null,
|
||||||
"cipher": "aes-xts-plain64"
|
"cipher": "aes-xts-plain64"
|
||||||
}
|
}
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"encryption":{
|
"encryption":{
|
||||||
"key_size": 64,
|
"key_size": 64,
|
||||||
"provider": "cinder.keymgr.conf_key_mgr.ConfKeyManager",
|
"provider": "luks",
|
||||||
"control_location":"back-end"
|
"control_location":"back-end"
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"encryption":{
|
"encryption":{
|
||||||
"key_size": 64,
|
"key_size": 64,
|
||||||
"provider": "cinder.keymgr.conf_key_mgr.ConfKeyManager",
|
"provider": "luks",
|
||||||
"control_location":"back-end"
|
"control_location":"back-end"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user