senlin/devstack
yanyanhu ef4db52c14 Fix gate job of Senlin functional test
This patch tries to fix gate job of Senlin functional test. Three
works were done:
 - Adding a judgement in plugin.sh to skip python-senlinclient
   installation when this is an installation happens in gate side;
 - Revising tox.ini to pass necessary environment variables for
   functional test;
 - Adding exetuable permission to post_test_hook.sh;

Partially implement: blueprint functional-test-startpoint
Change-Id: I36508910a50299afa388864704fbcbdbee609dec
2015-08-13 22:46:21 -04:00
..
lib Stop stealing keystonemiddleware options 2015-07-17 09:10:59 -04:00
README.rst Revise devstack README.rst with new git repo 2015-07-16 08:07:56 -04:00
plugin.sh Fix gate job of Senlin functional test 2015-08-13 22:46:21 -04: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
enable_service sl-api sl-eng

Run devstack as normal: :

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