Files
zun/devstack
Eli Qiao c8fd8b5032 devstack: Add gate_hook for devstack gate job
This gate_hook.sh will be used by project-config.

BTW, fix a seeting mistake for higgins-conductor service.

Change-Id: I55542a1522121b9504f8018ce682be9b874fa941
2016-05-30 10:27:11 +08:00
..

DevStack Integration

This directory contains the files necessary to integrate higgins with devstack.

Refer the quickstart guide at http://docs.openstack.org/developer/higgins/dev/dev-quickstart.html for more information on using devstack and higgins.

To install higgins into devstack, add the following settings to enable the higgins plugin:

cat > /opt/stack/devstack/local.conf << END
[[local|localrc]]
enable_plugin higgins https://git.openstack.org/openstack/higgins master
END

Then run devstack normally:

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