|
...
|
...
|
@@ -354,6 +354,8 @@ function configure_tempest {
|
|
354
|
354
|
iniset $TEMPEST_CONFIG compute max_microversion $tempest_compute_max_microversion
|
|
355
|
355
|
fi
|
|
356
|
356
|
|
|
|
357
|
+ # TODO(mriedem): Remove allow_port_security_disabled after liberty-eol.
|
|
|
358
|
+ iniset $TEMPEST_CONFIG compute-feature-enabled allow_port_security_disabled True
|
|
357
|
359
|
iniset $TEMPEST_CONFIG compute-feature-enabled personality ${ENABLE_FILE_INJECTION:-False}
|
|
358
|
360
|
iniset $TEMPEST_CONFIG compute-feature-enabled resize True
|
|
359
|
361
|
iniset $TEMPEST_CONFIG compute-feature-enabled live_migration ${LIVE_MIGRATION_AVAILABLE:-False}
|