diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-04-28 01:25:18 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-04-28 01:26:05 +0200 |
commit | 852d8872f08fca175ce2f036562fc3f20e820a54 (patch) | |
tree | f8afe38803f832b2beb558b2f8c170c70b75f059 /docker/smoke-cntt | |
parent | 460692d3065e95587507891480e6c473b9e1ee3e (diff) |
Move static data to tempest_conf.yaml
Change-Id: I99f33f2e5f27c22c597f7c4f2f864710ceb1350e
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 7e53a395dca4670e4e211c6b37bf259f43098b96)
Diffstat (limited to 'docker/smoke-cntt')
-rw-r--r-- | docker/smoke-cntt/tempest_conf.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/smoke-cntt/tempest_conf.yaml b/docker/smoke-cntt/tempest_conf.yaml index dc13d6ce5..e482301e6 100644 --- a/docker/smoke-cntt/tempest_conf.yaml +++ b/docker/smoke-cntt/tempest_conf.yaml @@ -34,6 +34,7 @@ compute-feature-enabled: volume_backed_live_migration: false volume_multiattach: false identity: + auth_version: v3 user_unique_last_password_count: 2 user_lockout_duration: 10 user_lockout_failure_attempts: 2 |