File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -507,13 +507,17 @@ function configure_tempest {
507507 iniset $TEMPEST_CONFIG compute-feature-enabled suspend False
508508 fi
509509
510- # Libvirt-LXC
511- if [ " $VIRT_DRIVER " = " libvirt" ] && [ " $LIBVIRT_TYPE " = " lxc" ]; then
512- iniset $TEMPEST_CONFIG compute-feature-enabled rescue False
513- iniset $TEMPEST_CONFIG compute-feature-enabled resize False
514- iniset $TEMPEST_CONFIG compute-feature-enabled shelve False
515- iniset $TEMPEST_CONFIG compute-feature-enabled snapshot False
516- iniset $TEMPEST_CONFIG compute-feature-enabled suspend False
510+ # Libvirt
511+ if [ " $VIRT_DRIVER " = " libvirt" ]; then
512+ # Libvirt-LXC
513+ if [ " $LIBVIRT_TYPE " = " lxc" ]; then
514+ iniset $TEMPEST_CONFIG compute-feature-enabled rescue False
515+ iniset $TEMPEST_CONFIG compute-feature-enabled resize False
516+ iniset $TEMPEST_CONFIG compute-feature-enabled shelve False
517+ iniset $TEMPEST_CONFIG compute-feature-enabled snapshot False
518+ iniset $TEMPEST_CONFIG compute-feature-enabled suspend False
519+ fi
520+ iniset $TEMPEST_CONFIG compute-feature-enabled swap_volume True
517521 fi
518522
519523 # ``service_available``
You can’t perform that action at this time.
0 commit comments