~ubuntu-branches/ubuntu/saucy/keystone/saucy

« back to all changes in this revision

Viewing changes to doc/source/architecture.rst

  • Committer: Package Import Robot
  • Author(s): Chuck Short, Chuck Short, James Page, Adam Gandelman
  • Date: 2013-09-09 18:02:41 UTC
  • mfrom: (1.1.36)
  • Revision ID: package-import@ubuntu.com-20130909180241-5pizm6rcauhg4x93
Tags: 1:2013.2~b3-0ubuntu1
[ Chuck Short ]
* New upstream release. 
* debian/control: Add python-oslo.sphinx as a build dependency.
* debian/control: Add python-babel as a build dependency.
* debian/control: Add python-dogpile.cache as a build dependency.
* debian/control: Add python-oauth2 as a build dependency. 
* debian/patches/sql_connection.patch: Refreshed

[ James Page ]
* d/patches/fix-ubuntu-tests.patch: Fixup for new tests location.
* d/patches/ubuntu-test-overrides.patch: Override testing defaults
  using patches.
* d/rules: Rework for patching approach for test_overrides.conf.
* d/tests/test_overrides.conf: Dropped - no longer required.
* d/control: Add python-netaddr to BD's.

[ Adam Gandelman ]
* debian/control: Add python-testtools to Build-Depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
131
131
apis in these Drivers is to raise a :mod:`keystone.service.TokenController`.
132
132
 
133
133
 
134
 
KVS Backend
135
 
-----------
136
 
 
137
 
A simple backend interface meant to be further backended on anything that can
138
 
support primary key lookups, the most trivial implementation being an in-memory
139
 
dict.
140
 
 
141
 
Supports all features of the general data model.
142
 
 
143
 
 
144
134
SQL Backend
145
135
-----------
146
136
 
178
168
LDAP Backend
179
169
------------
180
170
 
181
 
The LDAP backend stored Users and Tenents in separate Subtrees.  Roles are recorded
 
171
The LDAP backend stored Users and Tenants in separate Subtrees.  Roles are recorded
182
172
as entries under the Tenants.
183
173
 
184
174