lib/tempest: remove the allow_port_security_disabled option

Now that Liberty is EOLed, the feature flag is not needed anymore.

Change-Id: I5206535761773d4bcb02ebb8f25d1b0c1b59110c
Depends-On: If0b2168080a0b0ecdc6682ef69856a0879f4f6d3
This commit is contained in:
Jordan Pittier
2016-12-28 23:34:06 +01:00
parent 2989054992
commit 42e73db840

View File

@@ -347,8 +347,6 @@ function configure_tempest {
iniset $TEMPEST_CONFIG compute max_microversion $tempest_compute_max_microversion
fi
# TODO(mriedem): Remove allow_port_security_disabled after liberty-eol.
iniset $TEMPEST_CONFIG compute-feature-enabled allow_port_security_disabled True
iniset $TEMPEST_CONFIG compute-feature-enabled personality ${ENABLE_FILE_INJECTION:-False}
iniset $TEMPEST_CONFIG compute-feature-enabled resize True
iniset $TEMPEST_CONFIG compute-feature-enabled live_migration ${LIVE_MIGRATION_AVAILABLE:-False}