senlin/devstack
sgfeng 6f2d890db4 Fixes horizon can't open problem
This patch fixes horizon problem which is caused by
senlin-dashboard installing.

Change-Id: Id9e8704857fcc15cd84dcd492fb6740a1b215b3e
Closes-Bug:#1748609
2018-02-11 01:12:06 +08:00
..
lib Fixes horizon can't open problem 2018-02-11 01:12:06 +08:00
README.rst Add toggle in devstack plugin to run senlin-api under Apache2 2016-11-13 21:45:01 -05:00
apache-senlin.template Add access log for devstack. 2017-03-20 15:28:43 +08:00
plugin.sh use . instead of source. 2018-01-29 14:23:09 +00:00
settings Improve devstack plugin 2015-08-28 23:10:33 +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.