Merge "lib/tempest: remove the allow_port_security_disabled option"

This commit is contained in:
Jenkins 2017-01-13 18:38:19 +00:00 committed by Gerrit Code Review
commit 244ca7fcdd
1 changed files with 0 additions and 2 deletions

View File

@ -351,8 +351,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}