Skip to content

Commit e57a332

Browse files
author
Matt Riedemann
committed
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
1 parent 85a1c48 commit e57a332

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/tempest

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,7 @@ function configure_tempest {
379379
iniset $TEMPEST_CONFIG compute-feature-enabled preserve_ports True
380380
# TODO(gilliard): Remove the live_migrate_paused_instances flag when Juno is end of life.
381381
iniset $TEMPEST_CONFIG compute-feature-enabled live_migrate_paused_instances True
382+
iniset $TEMPEST_CONFIG compute-feature-enabled attach_encrypted_volume ${ATTACH_ENCRYPTED_VOLUME_AVAILABLE:-True}
382383

383384
# Network
384385
iniset $TEMPEST_CONFIG network api_version 2.0

0 commit comments

Comments
 (0)