Add missing keystone supervisor config

This file is necessary for supervisor to
manage keystone container and restart it.

Change-Id: I541d65e2dc8c4dee25c317c75dc332fdb1c8733f
Closes-Bug: #1362207
This commit is contained in:
Matthew Mosesohn 2014-09-08 16:28:06 +04:00
parent 36ae367f52
commit 32e7057799
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
[program:docker-keystone]
command=dockerctl start keystone --attach
numprocs=1
numprocs_start=0
priority=30
autostart=true
autorestart=true
startsecs=10
startretries=1000000
exitcodes=0,2
stopsignal=KILL
stopwaitsecs=60
redirect_stderr=true
stdout_logfile=/var/log/%(program_name)s.log
stdout_logfile_maxbytes=50MB
stdout_logfile_backups=10
stdout_capture_maxbytes=0
stdout_events_enabled=false
stderr_logfile=/var/log/%(program_name)s-err.log
stderr_logfile_maxbytes=50MB
stderr_logfile_backups=10
stderr_capture_maxbytes=0
stderr_events_enabled=false
serverurl=AUTO