Merge "Update encryption-type-create"

This commit is contained in:
Zuul 2021-06-04 00:55:55 +00:00 committed by Gerrit Code Review
commit 663787ee79
1 changed files with 2 additions and 0 deletions

View File

@ -121,6 +121,8 @@ class VolumeTypesTest(base.BaseVolumeAdminTest):
def test_volume_type_encryption_create_get_update_delete(self):
"""Test create/get/update/delete volume encryption type"""
create_kwargs = {'provider': 'LuksEncryptor',
'key_size': 256,
'cipher': 'aes-xts-plain64',
'control_location': 'front-end'}
volume_type_id = self.create_volume_type()['id']