3274078d80
Implements: blueprint bilean-devstack Change-Id: Iad273d97806b939f7f10356eb6deae256f760cc2 |
||
---|---|---|
.. | ||
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