summaryrefslogtreecommitdiffstats
path: root/snaps/openstack/tests/heat/volume_heat_template.yaml
diff options
context:
space:
mode:
authorspisarski <s.pisarski@cablelabs.com>2017-11-30 14:35:53 -0700
committerspisarski <s.pisarski@cablelabs.com>2017-11-30 14:35:53 -0700
commit7e93244ce1b4e8aa40dba7c43ace466a02b7f666 (patch)
treea50623a41e9927349dcf140fd16117e79dcb8005 /snaps/openstack/tests/heat/volume_heat_template.yaml
parent43151f4e44e64b8436bed234f2dcb60dfc643687 (diff)
Deactivated test heat template's volume encryption.
Removed volume encryption from the test volume heat template as it is no longer operating properly against a Pike pod. Created the ticket SNAPS-245 to address this issue sometime in the future. JIRA: SNAPS-240 Change-Id: I610dbba4ebadd5dfb360a665b7a543be6ef5fb1c Signed-off-by: spisarski <s.pisarski@cablelabs.com>
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 }