Merge "Clarify complicated sentence in docs"

This commit is contained in:
Zuul 2018-06-15 17:19:22 +00:00 committed by Gerrit Code Review
commit 0300f5fe70
1 changed files with 2 additions and 2 deletions

View File

@ -304,8 +304,8 @@ While it is expected that any "real" deployment at a large company will manage
their users and groups in their existing user systems, a variety of CRUD their users and groups in their existing user systems, a variety of CRUD
operations are provided for the sake of development and testing. operations are provided for the sake of development and testing.
CRUD is treated as an extension or additional feature to the core feature set CRUD is treated as an extension or additional feature to the core feature set,
in that it is not required that a backend support it. It is expected that in that a backend is not required to support it. It is expected that
backends for services that don't support the CRUD operations will raise a backends for services that don't support the CRUD operations will raise a
:mod:`keystone.exception.NotImplemented`. :mod:`keystone.exception.NotImplemented`.