zun/devstack
Madhuri Kumari 8e0691ab63 Change service name to lower case in devstack lib
Service name in Openstack is in lower case. So we should also
do it the same way.

Change-Id: I78ec92c031e8731d9c37fa0bdd70ccaba82427d7
2016-06-02 15:36:42 +05:30
..
2016-05-31 18:24:25 +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