.. Warning: Do not edit this file. It is automatically generated from the software project's code and your changes will be overwritten. The tool to generate this file lives in openstack-doc-tools repository. Please make any changes needed in the code, then run the autogenerate-config-doc tool from the openstack-doc-tools repository, or ask for help on the documentation mailing list, IRC channel or meeting. .. _keystone-policy: .. list-table:: Description of policy configuration options :header-rows: 1 :class: config-ref-table * - Configuration option = Default value - Description * - **[policy]** - * - ``driver`` = ``sql`` - (String) 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`` = ``None`` - (Integer) Maximum number of entities that will be returned in a policy collection.