From f4e94898b0b29668f2ba2be829a5bdb38b05a501 Mon Sep 17 00:00:00 2001 From: Dolph Mathews Date: Fri, 1 Jul 2016 19:26:32 +0000 Subject: [PATCH] Grammar fix: will -> can This fixes a nit from: https://review.openstack.org/#/c/335673/2/keystone/conf/identity.py@24 Change-Id: I5a69a7bbcf885fc5d35ff1fe0d1f1da37a201a21 --- keystone/conf/identity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keystone/conf/identity.py b/keystone/conf/identity.py index 5d455a9df8..2abf09d8cb 100644 --- a/keystone/conf/identity.py +++ b/keystone/conf/identity.py @@ -21,7 +21,7 @@ default_domain_id = cfg.StrOpt( default='default', help=utils.fmt(""" This references the domain to use for all Identity API v2 requests (which are -not aware of domains). A domain with this ID will be optionally created for you +not aware of domains). A domain with this ID can optionally be created for you by `keystone-manage bootstrap`. The domain referenced by this ID cannot be deleted on the v3 API, to prevent accidentally breaking the v2 API. There is nothing special about this domain, other than the fact that it must exist to