zun/devstack
Eli Qiao c91809b703 devstack: over write ENABLED_SERVICES
Disable other OpenStack services to speed up devstack testing.

Change-Id: I827843b442ad9d6ad70488411dc4b49ef2b51d16
2016-06-06 10:25:33 +08:00
..

DevStack Integration

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

Refer the quickstart guide at https://github.com/openstack/higgins/blob/master/doc/source/dev/quickstart.rst 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