Files
deb-senlin/devstack/README.rst
tengqm 7f43aeab04 Revise devstack README.rst with new git repo
Revised devstack/README.rst file with new git repo URI.

Change-Id: I635461177a98d3448b7b868477fa85afdc86ab98
2015-07-16 08:07:56 -04: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://git.openstack.org/stackforge/senlin
enable_service sl-api sl-eng

Run devstack as normal: :

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