summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorGhe Rivero <ghe.rivero@hp.com>2016-06-15 19:51:01 +0200
committerSteve Martinelli <s.martinelli@gmail.com>2016-08-01 15:31:00 +0000
commit27a55fd79663e20bb6139066be3d7734ec1acc62 (patch)
treeedd87d25f5560ccc617a001f780a0bd8cd8afac0 /doc/source
parente272473afc7a016b794ed22be5efccb023433c46 (diff)
downloadpython-openstackclient-27a55fd79663e20bb6139066be3d7734ec1acc62.tar.gz
OS_DEFAULT_DOMAIN must be an ID
Fix the documentation to indicate that the value of OS_DEFAULT_DOMAIN must be the domain ID. A domain name is not valid here Change-Id: Id6d42aa10ef346fa5124ef841c5ce408e34d6424
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/authentication.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/authentication.rst b/doc/source/authentication.rst
index a3986ee4..be16bd78 100644
--- a/doc/source/authentication.rst
+++ b/doc/source/authentication.rst
@@ -130,7 +130,7 @@ If using a domain as authorization scope, set either it's name or ID.
* ``--os-domain-id`` or ``OS_DOMAIN_ID``
Note that if the user and project share the same domain, then simply setting
-``os-default-domain`` or ``OS_DEFAULT_DOMAIN`` is sufficient.
+``--os-default-domain`` or ``OS_DEFAULT_DOMAIN`` to the domain ID is sufficient.
Thus, a minimal set of environment variables would be: