Clarify complicated sentence in docs

Clarify complicated sentence in 
doc/source/getting-started/architecture.rst

Change-Id: I8ed5f39d9c2f388c1503b9f61f2fe980a7b7f0f1
This commit is contained in:
David Rabel 2018-06-11 15:55:39 +02:00
parent 0e24f91075
commit 4ff650fa26
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
operations are provided for the sake of development and testing.
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
CRUD is treated as an extension or additional feature to the core feature set,
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
:mod:`keystone.exception.NotImplemented`.