Merge "Update provider parameter in sample json files"

This commit is contained in:
Jenkins 2017-10-05 05:11:30 +00:00 committed by Gerrit Code Review
commit aeb8619935
10 changed files with 16 additions and 16 deletions

View File

@ -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"
} }

View File

@ -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"
} }
} }

View File

@ -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"
} }

View File

@ -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"
} }
} }

View File

@ -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"
} }
} }

View File

@ -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"
} }

View File

@ -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"
} }
} }

View File

@ -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"
} }

View File

@ -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"
} }
} }

View File

@ -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"
} }
} }