summaryrefslogtreecommitdiff
path: root/doc/source/cli
diff options
context:
space:
mode:
authorDavid Rabel <rabel@b1-systems.de>2018-01-17 18:33:33 +0100
committerDavid Rabel <rabel@b1-systems.de>2018-01-17 18:33:33 +0100
commitab50a2ec8ab6988aad21cfb37d17dab70c9d0f83 (patch)
tree89005eb1cc3bf8f74f598708c7cf796cd7819d60 /doc/source/cli
parent551278eb852f8694127c4a1c98a6c2458a704c03 (diff)
downloadpython-openstackclient-ab50a2ec8ab6988aad21cfb37d17dab70c9d0f83.tar.gz
Fix indentation in authentication.rst
Fix indentation in doc/source/cli/authentication.rst Change-Id: I7d408e9d27a384903680303219f2578be0e2937e
Diffstat (limited to 'doc/source/cli')
-rw-r--r--doc/source/cli/authentication.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/source/cli/authentication.rst b/doc/source/cli/authentication.rst
index 43fcd884..b153f541 100644
--- a/doc/source/cli/authentication.rst
+++ b/doc/source/cli/authentication.rst
@@ -114,22 +114,22 @@ to tell the client in which domain the user and project exists.
If using a user name and password to authenticate, specify either it's owning
domain name or ID.
- * ``--os-user-domain-name`` or ``OS_USER_DOMAIN_NAME``
+* ``--os-user-domain-name`` or ``OS_USER_DOMAIN_NAME``
- * ``--os-user-domain-id`` or ``OS_USER_DOMAIN_ID``
+* ``--os-user-domain-id`` or ``OS_USER_DOMAIN_ID``
If using a project name as authorization scope, specify either it's owning
domain name or ID.
- * ``--os-project-domain-name`` or ``OS_PROJECT_DOMAIN_NAME``
+* ``--os-project-domain-name`` or ``OS_PROJECT_DOMAIN_NAME``
- * ``--os-project-domain-id`` or ``OS_PROJECT_DOMAIN_ID``
+* ``--os-project-domain-id`` or ``OS_PROJECT_DOMAIN_ID``
If using a domain as authorization scope, set either it's name or ID.
- * ``--os-domain-name`` or ``OS_DOMAIN_NAME``
+* ``--os-domain-name`` or ``OS_DOMAIN_NAME``
- * ``--os-domain-id`` or ``OS_DOMAIN_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`` to the domain ID is sufficient.