Merge "Tempest: add a Keystone reseller feature flag"

This commit is contained in:
Jenkins 2016-07-06 01:49:51 +00:00 committed by Gerrit Code Review
commit 8e64c478eb

View File

@ -283,6 +283,10 @@ function configure_tempest {
iniset $TEMPEST_CONFIG identity ca_certificates_file $SSL_BUNDLE_FILE
fi
# Identity Features
# TODO(rodrigods): Remove the reseller flag when Kilo and Liberty are end of life.
iniset $TEMPEST_CONFIG identity-feature-enabled reseller True
# Image
# We want to be able to override this variable in the gate to avoid
# doing an external HTTP fetch for this test.