|
...
|
...
|
@@ -398,6 +398,8 @@ function configure_tempest {
|
|
398
|
398
|
iniset $TEMPEST_CONFIG compute-feature-enabled shelve False
|
|
399
|
399
|
# Cells doesn't support hot-plugging virtual interfaces.
|
|
400
|
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
|
|
401
|
403
|
|
|
402
|
404
|
if [[ -z "$DEFAULT_INSTANCE_TYPE" ]]; then
|
|
403
|
405
|
# Cells supports resize but does not currently work with devstack
|