|
...
|
...
|
@@ -348,6 +348,8 @@ function configure_tempest {
|
|
348
|
348
|
iniset $TEMPEST_CONFIG compute-feature-enabled change_password False
|
|
349
|
349
|
iniset $TEMPEST_CONFIG compute-feature-enabled block_migration_for_live_migration ${USE_BLOCK_MIGRATION_FOR_LIVE_MIGRATION:-False}
|
|
350
|
350
|
iniset $TEMPEST_CONFIG compute-feature-enabled api_extensions $compute_api_extensions
|
|
|
351
|
+ # TODO(mriedem): Remove the preserve_ports flag when Juno is end of life.
|
|
|
352
|
+ iniset $TEMPEST_CONFIG compute-feature-enabled preserve_ports True
|
|
351
|
353
|
|
|
352
|
354
|
# Compute admin
|
|
353
|
355
|
iniset $TEMPEST_CONFIG "compute-admin" username $ADMIN_USERNAME
|