zun/devstack/README.rst
Madhuri Kumari c3d1d02265 Correct wrong URL in devstack plugin
Devstack plugin for Higgins had wrong URL for quickstart. So this
patch fixes the problem.

Change-Id: If517193c02f91f860654aa6a4685929e61b512cc
2016-06-02 14:15:11 +05:30

632 B

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