|
...
|
...
|
@@ -293,6 +293,9 @@ function configure_tempest {
|
|
293
|
293
|
iniset $TEMPEST_CONFIG compute use_block_migration_for_live_migration ${USE_BLOCK_MIGRATION_FOR_LIVE_MIGRATION:-False}
|
|
294
|
294
|
iniset $TEMPEST_CONFIG compute ssh_connect_method $ssh_connect_method
|
|
295
|
295
|
|
|
|
296
|
+ # Compute Features
|
|
|
297
|
+ iniset $TEMPEST_CONFIG compute-feature-enabled resize True
|
|
|
298
|
+
|
|
296
|
299
|
# Compute admin
|
|
297
|
300
|
iniset $TEMPEST_CONFIG "compute-admin" username $ADMIN_USERNAME
|
|
298
|
301
|
iniset $TEMPEST_CONFIG "compute-admin" password "$password"
|