keystone/keystone/contrib/example/configuration.rst

1.1 KiB

Extension Example

Please describe here in details how to enable your extension:

  1. Add the required fields and values in the [example] section in keystone.conf.

  2. Optional: add the required filter to the pipeline in keystone-paste.ini

  3. Optional: create the extension tables if using the provided sql backend. Example:

    ./bin/keystone-manage db_sync --extension example