Browse code

Merge "Tempest: add a Keystone reseller feature flag"

Jenkins authored on 2016/07/06 10:49:51
Showing 1 changed files
... ...
@@ -283,6 +283,10 @@ function configure_tempest {
283 283
         iniset $TEMPEST_CONFIG identity ca_certificates_file $SSL_BUNDLE_FILE
284 284
     fi
285 285
 
286
+    # Identity Features
287
+    # TODO(rodrigods): Remove the reseller flag when Kilo and Liberty are end of life.
288
+    iniset $TEMPEST_CONFIG identity-feature-enabled reseller True
289
+
286 290
     # Image
287 291
     # We want to be able to override this variable in the gate to avoid
288 292
     # doing an external HTTP fetch for this test.