senlin/devstack
liyi 50e7b418a5 Add access log for devstack.
Miss access log in senlin devstak.

Change-Id: I9116a879d8ea3a97020ce2091476e91fbacf9f63
Closes-Bug: #1674241
2017-03-20 15:28:43 +08:00
..
lib Make soft link _50_senlin.py from enabled folder 2016-12-21 13:57:12 +00: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 Do not cleanup_senlin_dashboard in devstack install step 2017-02-04 23:55:59 +08: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.