From e57a33224bcc8a22b4c64be2a7e3b7e784a2536a Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Sat, 20 Jun 2015 14:48:00 -0700 Subject: [PATCH] Set compute-feature-enabled.attach_encrypted_volume Tempest option This allows setting the new option in Tempest for toggling whether or not the Cinder encrypted volume tests should run. Depends-On: I48eba7c645cc1c979fd766ae9c05efb00957f787 Related-Bug: #1463525 Change-Id: I9e12f8dc9e3e6b68dc031351cb081ee2bc6e6cbb --- lib/tempest | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/tempest b/lib/tempest index 5ea217f869..a84ade2a81 100644 --- a/lib/tempest +++ b/lib/tempest @@ -379,6 +379,7 @@ function configure_tempest { iniset $TEMPEST_CONFIG compute-feature-enabled preserve_ports True # TODO(gilliard): Remove the live_migrate_paused_instances flag when Juno is end of life. iniset $TEMPEST_CONFIG compute-feature-enabled live_migrate_paused_instances True + iniset $TEMPEST_CONFIG compute-feature-enabled attach_encrypted_volume ${ATTACH_ENCRYPTED_VOLUME_AVAILABLE:-True} # Network iniset $TEMPEST_CONFIG network api_version 2.0