Merge "Add tempest_tempest_conf_overrides to fs overrides"

This commit is contained in:
Zuul 2019-03-29 18:16:24 +00:00 committed by Gerrit Code Review
commit 3a7a87ce71
2 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,7 @@
- 'dlrn_hash_tag'
- 'dlrn_hash_tag_newest'
- 'use_os_tempest'
- 'tempest_tempest_conf_overrides'
fail:
msg: "ERROR: {{ item }} is not overridable."
when: item not in "{{ allowed_overrides }}"

View File

@ -598,3 +598,5 @@
featureset_override:
run_tempest: false
use_os_tempest: true
tempest_tempest_conf_overrides:
auth.use_dynamic_credentials: true