dd679bba81
As devstack plugin is added, this commit revises install doc about installing bilean via devstack. Change-Id: I6052e83a3d503b941e8fc44a0db9f1f0d73b5816 |
||
---|---|---|
.. | ||
lib | ||
plugin.sh | ||
README.rst | ||
settings |
Enabling Bilean in DevStack
- Download DevStack.
git clone https://git.openstack.org/openstack-dev/devstack cd devstack
- Add this repo as an external repository.
cat > /opt/stack/devstack/local.conf << END [[local|localrc]] enable_plugin bilean https://github.com/openstack/bilean master END
Add Plugin Configuration Hooks.
Bilean service is driven using a plugin mechanism for integrating to other services. Each integrated service may require additional configuration settings. For example, typically, you will need to add the
billing_notifications
notification topic to each service's configuration.Then run devstack normally.
cd /opt/stack/devstack ./stack.sh