de1ab6d96b
Re-arranged sessions to always be at the top level to make it easier to know the origin of the current session. This is important now that we no longer have autocommit enabled. - Added zuul job testing sqlalchemy 2.x. - Added new db api for service cleanup. - Removed broken sqlite cleanup step during testing. Change-Id: I168f3d9518611ac66cb9eec1132a7add19e92d5f
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
.