summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-08-01 19:40:41 +0000
committerGerrit Code Review <review@openstack.org>2016-08-01 19:40:41 +0000
commit3c4c0ce23f99641ab398f4c4a6ee578bab249608 (patch)
tree52d3251887de88ecf30ff902aaf148607b5c9830 /doc
parentf40f3f9f2fc07ebbd552d97c6e7a6a683fbd496e (diff)
parent27a55fd79663e20bb6139066be3d7734ec1acc62 (diff)
downloadpython-openstackclient-3c4c0ce23f99641ab398f4c4a6ee578bab249608.tar.gz
Merge "OS_DEFAULT_DOMAIN must be an ID"
Diffstat (limited to 'doc')
-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: