Revised devstack/README.rst file with new git repo URI. Change-Id: I635461177a98d3448b7b868477fa85afdc86ab98
510 B
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