resize tests were turned off explicitly, which they shouldn't be
turn these back on in a default config as we've set nova to allow
resize_to_same_host.
Change-Id: Iacedf11e56aff3a541f1b67b208e8ed3a30b2c44
| ... | ... |
@@ -209,7 +209,6 @@ function configure_tempest() {
|
| 209 | 209 |
iniset $TEMPEST_CONF compute alt_username $ALT_USERNAME # DEPRECATED |
| 210 | 210 |
iniset $TEMPEST_CONF compute alt_password "$password" # DEPRECATED |
| 211 | 211 |
iniset $TEMPEST_CONF compute alt_tenant_name $ALT_TENANT_NAME # DEPRECATED |
| 212 |
- iniset $TEMPEST_CONF compute resize_available False |
|
| 213 | 212 |
iniset $TEMPEST_CONF compute change_password_available False |
| 214 | 213 |
iniset $TEMPEST_CONF compute compute_log_level ERROR |
| 215 | 214 |
# Note(nati) current tempest don't create network for each tenant |