senlin/devstack
Zuul fdd714dd5a Merge "Bumping worker count during testing" 2019-11-14 21:27:15 +00:00
..
files Enable Apache by default 2019-10-25 06:20:16 +00:00
lib Merge "Bumping worker count during testing" 2019-11-14 21:27:15 +00:00
README.rst Add toggle in devstack plugin to run senlin-api under Apache2 2016-11-13 21:45:01 -05:00
plugin.sh use . instead of source. 2018-01-29 14:23:09 +00:00
settings Split engine service into three services 2019-11-04 11:36:56 -08:00

README.rst

Enabling senlin in DevStack

  1. Download DevStack:

    $ git clone https://git.openstack.org/openstack-dev/devstack
    $ cd devstack
  2. Add following repo as external repositories into your local.conf file:

    [[local|localrc]]
    #Enable senlin
    enable_plugin senlin https://git.openstack.org/openstack/senlin
    #Enable senlin-dashboard
    enable_plugin senlin-dashboard https://git.openstack.org/openstack/senlin-dashboard

Optionally, you can add a line SENLIN_USE_MOD_WSGI=True to the same local.conf file if you prefer running the Senlin API service under Apache.

  1. Run ./stack.sh.