Merge "tempest: toggle allow_port_security_disabled=True"

This commit is contained in:
Jenkins 2016-09-15 18:19:15 +00:00 committed by Gerrit Code Review
commit 72fe79d7af

View File

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