Improve keystone.conf [policy] documentation

Change-Id: If5248c52e3b6fce4db5ea1ccaea1171f97fd699d
This commit is contained in:
Dolph Mathews 2016-06-30 19:51:25 +00:00
parent a6b0552dd3
commit 70a06c86af
1 changed files with 4 additions and 2 deletions

View File

@ -19,8 +19,10 @@ driver = cfg.StrOpt(
'driver',
default='sql',
help=utils.fmt("""
Entrypoint for the policy backend driver in the keystone.policy namespace.
Supplied drivers are rules and sql.
Entry point for the policy backend driver in the `keystone.policy` namespace.
Supplied drivers are `rules` (which does not support any CRUD operations for
the v3 policy API) and `sql`. Typically, there is no reason to set this option
unless you are providing a custom entry point.
"""))
list_limit = cfg.IntOpt(