bilean/devstack
lvdongbing dd679bba81 Revise install doc
As devstack plugin is added, this commit revises install doc about
installing bilean via devstack.

Change-Id: I6052e83a3d503b941e8fc44a0db9f1f0d73b5816
2016-05-23 05:06:34 -04:00
..
lib Add devstack plugin 2016-05-17 05:40:34 -04:00
plugin.sh Add devstack plugin 2016-05-17 05:40:34 -04:00
README.rst Revise install doc 2016-05-23 05:06:34 -04:00
settings Add devstack plugin 2016-05-17 05:40:34 -04:00

Enabling Bilean in DevStack

  1. Download DevStack.
git clone https://git.openstack.org/openstack-dev/devstack
cd devstack
  1. 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
  1. 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.

  2. Then run devstack normally.

cd /opt/stack/devstack
./stack.sh