diff options
author | John Warren <jswarren@us.ibm.com> | 2016-02-26 14:32:09 -0500 |
---|---|---|
committer | John Warren <jswarren@us.ibm.com> | 2016-02-26 14:32:09 -0500 |
commit | c276478e8fd3332c142326c893f8a5cb53155e1f (patch) | |
tree | 01ff8745d2fc586e892ff5629300a253b164dadc /doc/source/configuration.rst | |
parent | 74afe236d31d79bc7a2418e5caa2880362a7cbe1 (diff) | |
download | tempest-c276478e8fd3332c142326c893f8a5cb53155e1f.tar.gz |
Add Identity v3 account configuration information
Updated documentation to include information about how to configure
Identity-v3-specific account settings using the Legacy Credentials
configuration options.
Change-Id: I55abf9629ed8f8436ce4497e9790feea05669407
Diffstat (limited to 'doc/source/configuration.rst')
-rw-r--r-- | doc/source/configuration.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index e428592d7..524c0fabe 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -139,6 +139,11 @@ options in the ``identity`` section: #. ``alt_password`` #. ``alt_tenant_name`` +If using Identity API v3, use the ``domain_name`` option to specify a +domain other than the default domain. The ``auth_version`` setting is +used to switch between v2 (``v2``) or v3 (``v3``) versions of the Identity +API. + And in the ``auth`` section: #. ``use_dynamic_credentials = False`` |