summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorJoe Heck <heckj@mac.com>2012-02-02 20:40:39 -0800
committerJoe Heck <heckj@mac.com>2012-02-05 19:54:32 +0000
commit32ff03b6dc9d8a6b5c1102faabf7f84bd1ebd3c1 (patch)
tree3e58ceae803a1a539b65a08f29478eb3fa88dd45 /README.rst
parent4f651ba2425fa418b101a266a5b73d758d1b3d04 (diff)
downloadkeystone-32ff03b6dc9d8a6b5c1102faabf7f84bd1ebd3c1.tar.gz
updating docs:
* reference keystone-all instead of keystone * remove reference to keystone.version * rename gnerated man page * spacing and line wrapping
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 248178b07..2d24892ae 100644
--- a/README.rst
+++ b/README.rst
@@ -152,7 +152,7 @@ Approach to Authorization (Policy)
Various components in the system require that different actions are allowed
based on whether the user is authorized to perform that action.
-For the purposes of Keystone Light there are only a couple levels of
+For the purposes of Keystone there are only a couple levels of
authorization being checked for:
* Require that the performing user is considered an admin.
@@ -160,7 +160,7 @@ authorization being checked for:
Other systems wishing to use the policy engine will require additional styles
of checks and will possibly write completely custom backends. Backends included
-in Keystone Light are:
+in Keystone are:
Trivial True