Now that Liberty is EOLed, the feature flag is not needed anymore.
Change-Id: I5206535761773d4bcb02ebb8f25d1b0c1b59110c
Depends-On: If0b2168080a0b0ecdc6682ef69856a0879f4f6d3
| ... | ... |
@@ -347,8 +347,6 @@ function configure_tempest {
|
| 347 | 347 |
iniset $TEMPEST_CONFIG compute max_microversion $tempest_compute_max_microversion |
| 348 | 348 |
fi |
| 349 | 349 |
|
| 350 |
- # TODO(mriedem): Remove allow_port_security_disabled after liberty-eol. |
|
| 351 |
- iniset $TEMPEST_CONFIG compute-feature-enabled allow_port_security_disabled True |
|
| 352 | 350 |
iniset $TEMPEST_CONFIG compute-feature-enabled personality ${ENABLE_FILE_INJECTION:-False}
|
| 353 | 351 |
iniset $TEMPEST_CONFIG compute-feature-enabled resize True |
| 354 | 352 |
iniset $TEMPEST_CONFIG compute-feature-enabled live_migration ${LIVE_MIGRATION_AVAILABLE:-False}
|