keystone/keystone/contrib/example/configuration.rst
Fabio Giannetti eccc92d5cd Documentation on how-to develop Keystone Extensions
This file documents in details how to develop an
extension following the Keystone guidelines.
It also improves the already existing `example` extension
adding some boilerplate code.

bug #1218596

Change-Id: I559aa219f8552c00d326c1b766078ff306e94bb9
2013-10-30 13:17:11 -07:00

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