50e7b418a5
Miss access log in senlin devstak. Change-Id: I9116a879d8ea3a97020ce2091476e91fbacf9f63 Closes-Bug: #1674241 |
||
---|---|---|
.. | ||
lib | ||
apache-senlin.template | ||
plugin.sh | ||
README.rst | ||
settings |
Enabling senlin in DevStack
Download DevStack:
$ git clone https://git.openstack.org/openstack-dev/devstack $ cd devstack
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.
- Run
./stack.sh
.