Grammar fix: will -> can

This fixes a nit from:

  https://review.openstack.org/#/c/335673/2/keystone/conf/identity.py@24

Change-Id: I5a69a7bbcf885fc5d35ff1fe0d1f1da37a201a21
This commit is contained in:
Dolph Mathews 2016-07-01 19:26:32 +00:00
parent f1519a97f2
commit f4e94898b0

View File

@ -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