zun/devstack/README.rst
Eli Qiao b58a8b87a1 Devstack: Add devstack plugin for higgins
The goal is to enable higgins-api and higgins-conductor service

Currently swift service in devstack repo using "-s" to test swift
service is enable or not, "higgins-*" will be known as swift service,
devstack will then install swift too, swift team is woking on fix that
in devstack.

BTW, higgins-api port chosed as '9517'.

Test passed locally.

Change-Id: Ie12cab26a4916c4232b92c04e53098fc450a0a44
2016-05-30 08:53:44 +08:00

621 B

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