bilean/devstack
lvdongbing 3274078d80 Add devstack plugin
Implements: blueprint bilean-devstack
Change-Id: Iad273d97806b939f7f10356eb6deae256f760cc2
2016-05-17 05:40: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 Add devstack plugin 2016-05-17 05:40: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

  2. 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
  3. 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.

  1. Then run devstack normally:

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