diff options
author | Emilien Macchi <emilien@redhat.com> | 2017-01-23 14:42:23 -0500 |
---|---|---|
committer | Lee Yarwood <lyarwood@redhat.com> | 2017-01-24 09:45:02 +0000 |
commit | 44ec61345d128065df24ff99d04c11a82811df80 (patch) | |
tree | 57b5c278f2928d4fbfde38f053d4adeb2c8faae6 /ci | |
parent | 031197253241e98412d4101b033d1f6d675c8073 (diff) |
scenario002: updating volume encryption provider
https://review.openstack.org/#/c/416672 made the new luks provider required.
Let's use it.
Closes-Bug: #1658755
Change-Id: Icc7c3c933af6621959ce3e6af99c73b4afd87509
Diffstat (limited to 'ci')
-rw-r--r-- | ci/pingtests/scenario002-multinode.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/pingtests/scenario002-multinode.yaml b/ci/pingtests/scenario002-multinode.yaml index 7af1ba0c..da1ae60c 100644 --- a/ci/pingtests/scenario002-multinode.yaml +++ b/ci/pingtests/scenario002-multinode.yaml @@ -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 |