From db7de89ee75498834bf85157a73d50fa001fc747 Mon Sep 17 00:00:00 2001 From: Henry Nash Date: Sun, 10 Jul 2016 10:41:36 +0100 Subject: [PATCH] Minor docstring cleanup for domain_id mapping Change-Id: Idfcd753d0c4a3081f6fab707bf44c153c8e0e53e --- keystone/identity/core.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/keystone/identity/core.py b/keystone/identity/core.py index e7a75bab73..efeb92d78f 100644 --- a/keystone/identity/core.py +++ b/keystone/identity/core.py @@ -543,8 +543,8 @@ class Manager(manager.Manager): single domain/driver LDAP configurations were previously supported). - If the driver does support UUIDs, then we always create a mapping entry, but use the local UUID as the public ID. The exception to - - this is that if we just have single driver (i.e. not using specific - multi-domain configs), then we don't both with the mapping at all. + this is that if we just have single driver (i.e. not using specific + multi-domain configs), then we don't bother with the mapping at all. """ conf = CONF.identity