Merge "Tempest: add a Keystone reseller feature flag"
diff --git a/lib/tempest b/lib/tempest
index 347b2a7..aa09e9a 100644
--- a/lib/tempest
+++ b/lib/tempest
@@ -283,6 +283,10 @@
         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.