senlin/devstack/README.rst
Ethan Lynn 07c06e7a67 Trivial fixes for devstack integration
Fix some typo in devstack integration
Fix endpoint url

Change-Id: I99711575d381054579da924acc7a5534f41f7019
2015-04-20 16:44:40 +08:00

510 B

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://github.com/stackforge/senlin master
enable_service sl-api sl-eng

Run devstack as normal: :

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