We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5652f53 + 2bebf2d commit 9ed1a5cCopy full SHA for 9ed1a5c
1 file changed
lib/tempest
@@ -398,6 +398,8 @@ function configure_tempest {
398
iniset $TEMPEST_CONFIG compute-feature-enabled shelve False
399
# Cells doesn't support hot-plugging virtual interfaces.
400
iniset $TEMPEST_CONFIG compute-feature-enabled interface_attach False
401
+ # Cells v1 doesn't support the rescue/unrescue tests in Tempest
402
+ iniset $TEMPEST_CONFIG compute-feature-enabled rescue False
403
404
if [[ -z "$DEFAULT_INSTANCE_TYPE" ]]; then
405
# Cells supports resize but does not currently work with devstack
0 commit comments