senlin/devstack/README.rst
lvdongbing 1bc046717e Add toggle in devstack plugin to run senlin-api under Apache2
Add senlin-api apache mod_wsgi template file and related functions
to devstack plugin.

Change-Id: I24558509b2e310c665272f1831c69144ccd30dd7
2016-11-13 21:45:01 -05:00

22 lines
682 B
ReStructuredText

===========================
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.
3. Run ``./stack.sh``.