add crud info to readme

This commit is contained in:
termie 2011-11-04 15:56:17 -07:00
parent d17e1cf533
commit 32121019dc
1 changed files with 15 additions and 0 deletions

View File

@ -7,6 +7,9 @@ Keystone Light is a re-interpretation of the Keystone project that provides
Identity, Token and Catalog services for use specifically by projects in the
OpenStack family.
Much of the design is precipitated from the expectation that the auth backends
for most deployments will actually be shims in front of existing user systems.
----------
Data Model
@ -87,6 +90,18 @@ Diagram: keystone_compat_flows.sdx_
.. _: https://raw.github.com/termie/keystonelight/master/docs/keystone_compat_flows.sdx
----------------
Approach to CRUD
----------------
While it is expected that any "real" deployment at a large company will manage
their users, tenants and other metadata 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.
-----------
Still To Do
-----------