Merge "Use the encryption provider constants"

This commit is contained in:
Zuul 2020-09-01 14:31:28 +00:00 committed by Gerrit Code Review
commit a10345f993
1 changed files with 1 additions and 2 deletions

View File

@ -101,8 +101,7 @@ class VolumeEncryptionTest(barbican_manager.BarbicanScenarioTest):
self.check_tenant_network_connectivity(
server, CONF.validation.image_ssh_user, keypair['private_key'])
volume = self.create_encrypted_volume('nova.volume.encryptors.'
'luks.LuksEncryptor',
volume = self.create_encrypted_volume('luks',
volume_type='luks')
self.attach_detach_volume(server, volume, keypair)