scenario002: updating volume encryption provider
authorEmilien Macchi <emilien@redhat.com>
Mon, 23 Jan 2017 19:42:23 +0000 (14:42 -0500)
committerLee Yarwood <lyarwood@redhat.com>
Tue, 24 Jan 2017 09:45:02 +0000 (09:45 +0000)
https://review.openstack.org/#/c/416672 made the new luks provider required.
Let's use it.

Closes-Bug: #1658755
Change-Id: Icc7c3c933af6621959ce3e6af99c73b4afd87509

ci/pingtests/scenario002-multinode.yaml

index 7af1ba0..da1ae60 100644 (file)
@@ -81,7 +81,7 @@ resources:
     type: OS::Cinder::EncryptedVolumeType
     properties:
       volume_type: {get_resource: luks_volume_type}
-      provider: nova.volume.encryptors.luks.LuksEncryptor
+      provider: luks
       cipher: aes-xts-plain64
       control_location: front-end
       key_size: 256