Fix a typo in core.py and bp-domain-config-default-82e42d946ee7cb43.yaml

TrivialFix

Change-Id: I589825617f2b191a91bcf16915678e779d905749
This commit is contained in:
gengchc2 2016-09-29 09:25:59 +08:00
parent a0ee0bbaf2
commit e828d591e7
2 changed files with 2 additions and 2 deletions

View File

@ -805,7 +805,7 @@ class Manager(manager.Manager):
This method, specific to identity manager, is used instead of more
general response_truncated, because the limit for identity entities
can be overriden in domain-specific config files. The driver to use
can be overridden in domain-specific config files. The driver to use
is determined during processing of the passed parameters and
response_truncated is designed to set the limit before any processing.
"""

View File

@ -3,5 +3,5 @@ features:
- >
[`blueprint domain-config-default <https://blueprints.launchpad.net/keystone/+spec/domain-config-default>`_]
The Identity API now supports retrieving the default values for the
configuration options that can be overriden via the domain specific
configuration options that can be overridden via the domain specific
configuration API.