487de043ea
The ansible_managed variable was resulting in text being put into the keystone config file that caused keystone to fail. Commenting out the entry to allow the test script to execute successfuly. Change-Id: Ie8ff1f9b8354e4d1411a8714df6a73b6adfd9cd5
19 lines
330 B
Django/Jinja
19 lines
330 B
Django/Jinja
# {{ ansible_managed }}
|
|
[uwsgi]
|
|
master = true
|
|
processes = 2
|
|
threads = 2
|
|
plugin = python
|
|
no-orphans = true
|
|
chmod-socket = 660
|
|
|
|
socket = /run/uwsgi/keystone-public.socket
|
|
pidfile = /run/uwsgi/keystone-public.pid
|
|
|
|
name = keystone
|
|
uid = keystone
|
|
gid = {{ nginx_user }}
|
|
|
|
chdir = /var/www/keystone/
|
|
wsgi-file = /var/www/keystone/public
|