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