Files
deb-senlin/devstack
tengqm 4d0a9e598a Stop stealing keystonemiddleware options
Previously, we have been stealing configuration options from the
keystonemiddleware. This is dangerous. The keystonemiddleware package
may deprecate options at any time. This patch proposes some options for
Senlin to do role delegations.

Change-Id: Iea0571ffc63b7ec1504e440bb1e0dd3a2ce85a71
2015-07-17 09:10:59 -04:00
..

Devstack Integration

This directory contains the files necessary to integrate Senlin with devstack.

Refer the quickstart guide for more information on using devstack and senlin.

To install senlin into devstack, add the following settings to enable senlin plugin: :

[[local|localrc]]
enable_plugin senlin https://git.openstack.org/stackforge/senlin
enable_service sl-api sl-eng

Run devstack as normal: :

cd /opt/stack/devstack
./stack.sh