slogging/devstack/settings
Hajime Kondo cf8ac8df05 First commit of devstack directory
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
2018-05-07 10:53:21 +00:00

10 lines
303 B
Plaintext

# settings file for sloggin plugin
declare -A -g SLOGGING
SLOGGING['tempuser']="test:tester"
SLOGGING['temppass']="testing"
SLOGGING['tempaccount']="TEMPAUTH_test"
SLOGGING['auth_url']="http://127.0.0.1:8080/auth/v1.0"
SLOGGING_BASE=$DEST/slogging
enable_service s-proxy s-object s-container s-account