From 4c842ca9bfd012c2dcbafa5051507700d60da242 Mon Sep 17 00:00:00 2001 From: Dolph Mathews Date: Wed, 2 May 2012 09:57:45 -0500 Subject: Removed old sections; improved syntax consistency Change-Id: Iff07ce0f0eac8f64fab30af92a82a1fdca5278de --- README.rst | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git a/README.rst b/README.rst index a65fd517..8b23626c 100644 --- a/README.rst +++ b/README.rst @@ -15,6 +15,7 @@ for most deployments will actually be shims in front of existing user systems. Development ----------- + Setting up a development environment ------------------------------------ @@ -22,20 +23,22 @@ Please see the documentation under ``doc/source/`` for development setup (``doc/source/setup.rst``) and configuration (``doc/source/configuration.rst``). + Building the Documentation -------------------------- The documentation is all generated with Sphinx from within the docs directory. -To generate the full set of HTML documentation: +To generate the full set of HTML documentation:: cd docs make autodoc make html make man -the results are in the docs/build/html and docs/build/man directories +the results are in the ``docs/build/html`` and ``docs/build/man`` directories respectively. + ------------ The Services ------------ @@ -81,7 +84,6 @@ The Policy service provides a rule-based authorization engine and the associated rule management interface. - ---------- Data Model ---------- @@ -170,12 +172,6 @@ of checks and will possibly write completely custom backends. Backends included in Keystone are: -Trivial True ------------- - -Allows all actions. - - Simple Match ------------ @@ -219,11 +215,3 @@ to which capabilities are allowed for that role. For example:: In the backend this would look up the policy for 'action:nova:add_network' and then do what is effectively a 'Simple Match' style match against the creds. - - ------------ -Still To Do ------------ - - * LDAP backend. - * Diablo migration. -- cgit