
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
621 B
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