Add devstack files and directories below. - Document: README.rst - Entrypoint: plugin.sh - Functions Library: lib/slogging - Variable Settings: settings - Configuration: files/log-processor.conf - Cron Settings: files/cron.d/* Change-Id: I98df6519ede6916e41579b2318bdc71c2b15df94
Enabling Slogging in DevStack
Download Devstack:
git clone https://git.openstack.org/openstack-dev/devstack cd devstackAdd this repo as an external repository in
local.conffile:[[local|localrc]] enable_plugin slogging https://git.openstack.org/openstack/sloggingTo use stable branches, make sure devstack is on that branch, and specify the branch name to enable_plugin, for example:
[[local|localrc]] enable_plugin slogging https://git.openstack.org/openstack/slogging <refspec>In case triggered by cron, set environ variable
SLOGGING_CRON:[[local|localrc]] SLOGGING_CRON=TrueRun
stack.sh:./stack.sh