summaryrefslogtreecommitdiffstats
path: root/snaps/openstack/tests/heat/volume_heat_template.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'snaps/openstack/tests/heat/volume_heat_template.yaml')
-rw-r--r--snaps/openstack/tests/heat/volume_heat_template.yaml15
1 files changed, 8 insertions, 7 deletions
diff --git a/snaps/openstack/tests/heat/volume_heat_template.yaml b/snaps/openstack/tests/heat/volume_heat_template.yaml
index 7b6e55a..1200476 100644
--- a/snaps/openstack/tests/heat/volume_heat_template.yaml
+++ b/snaps/openstack/tests/heat/volume_heat_template.yaml
@@ -36,16 +36,17 @@ resources:
properties:
name: { get_param: volume_type_name }
- encryption_vol_type:
- type: OS::Cinder::EncryptedVolumeType
- properties:
- provider: nova.volume.encryptors.luks.LuksEncryptor
- control_location: front-end
- volume_type: { get_resource: volume_type }
+# encryption_vol_type:
+# type: OS::Cinder::EncryptedVolumeType
+# properties:
+# provider: nova.volume.encryptors.luks.LuksEncryptor
+# control_location: front-end
+# volume_type: { get_resource: volume_type }
volume:
type: OS::Cinder::Volume
properties:
name: { get_param: volume_name }
size: 1
- volume_type: { get_resource: encryption_vol_type }
+# volume_type: { get_resource: encryption_vol_type }
+ volume_type: { get_resource: volume_type }