summaryrefslogtreecommitdiff
path: root/doc/source/configuration.rst
diff options
context:
space:
mode:
authorCastulo J. Martinez <castulo.martinez@intel.com>2016-07-08 10:56:52 -0700
committerCastulo J. Martinez <castulo.martinez@intel.com>2016-07-08 10:56:52 -0700
commit34329b546a618c9400f8304eb6949d5691d9972a (patch)
tree88eace04c4bc6fc412424f8755272f321cb0e9d6 /doc/source/configuration.rst
parentd519cb71952e3b12273c7e396cbee5c84ab643f9 (diff)
downloadtempest-34329b546a618c9400f8304eb6949d5691d9972a.tar.gz
Remove non-locking accounts from the config guide
Before Tempest had three different methods of providing authentication, dynamic credentials, locking test accounts and non-locking test accounts, currently only the first two are supported. This commit updates a section on the configuration guide where it still mentions three methods. Change-Id: I532aff27a803b9fd34e994153f4183de48d91d00 Closes-Bug: 1600319
Diffstat (limited to 'doc/source/configuration.rst')
-rw-r--r--doc/source/configuration.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst
index e4b104fed..5386712ce 100644
--- a/doc/source/configuration.rst
+++ b/doc/source/configuration.rst
@@ -61,10 +61,9 @@ defined.
Credential Provider Mechanisms
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-Tempest currently also has three different internal methods for providing
-authentication to tests: dynamic credentials, locking test accounts, and
-non-locking test accounts. Depending on which one is in use the configuration
-of Tempest is slightly different.
+Tempest currently has two different internal methods for providing authentication
+to tests: dynamic credentials and pre-provisioned credentials.
+Depending on which one is in use the configuration of Tempest is slightly different.
Dynamic Credentials
"""""""""""""""""""