senlin/devstack
yanyanhu 147b49da45 Install python-senlinclient using pip by default
After we have a release of python-senlinclient, we should install
it using pip by default.

Change-Id: Icdd8d26acc22f70c9abe99e31932e57b76e1c6eb
2015-09-24 21:38:15 -04:00
..
lib Install python-senlinclient using pip by default 2015-09-24 21:38:15 -04:00
README.rst Improve devstack plugin 2015-08-28 23:10:33 +08:00
plugin.sh Remove ERROR_ON_CLONE references 2015-09-23 15:35:07 -07:00
settings Improve devstack plugin 2015-08-28 23:10:33 +08:00

README.rst

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