Browse code

Merge "Add allow_global_implied_dsr_disabled feature flag"

Jenkins authored on 2017/03/03 11:52:08
Showing 1 changed files
... ...
@@ -290,6 +290,10 @@ function configure_tempest {
290 290
         iniset $TEMPEST_CONFIG identity-feature-enabled security_compliance True
291 291
     fi
292 292
 
293
+    # TODO(rodrigods): This is a feature flag for bug 1590578 which is fixed in
294
+    # Newton and Ocata. This option can be removed after Mitaka is end of life.
295
+    iniset $TEMPEST_CONFIG identity-feature-enabled forbid_global_implied_dsr True
296
+
293 297
     # Image
294 298
     # We want to be able to override this variable in the gate to avoid
295 299
     # doing an external HTTP fetch for this test.