senlin/devstack/README.rst
Zhenguo Niu b83580b710 Improve devstack plugin
Enable senlin services in settings file instead of manually add in
devstack local[rc] file.

Change-Id: I0bad2a81225d35beb99f15ade04fdbb8a46b4afb
2015-08-28 23:10:33 +08:00

476 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

Run devstack as normal: :

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