Merge "Improve keystone.conf [policy] documentation"
This commit is contained in:
commit
a2d1fbad6f
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user