Merge "Improve keystone.conf [policy] documentation"

This commit is contained in:
Jenkins 2016-07-01 14:47:04 +00:00 committed by Gerrit Code Review
commit a2d1fbad6f

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(