From 27a55fd79663e20bb6139066be3d7734ec1acc62 Mon Sep 17 00:00:00 2001 From: Ghe Rivero Date: Wed, 15 Jun 2016 19:51:01 +0200 Subject: [PATCH] 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 --- doc/source/authentication.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/authentication.rst b/doc/source/authentication.rst index a3986ee414..be16bd78ba 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: