bifrost/playbooks/roles/bifrost-keystone-install/templates/keystone-public.ini.j2
Julia Kreger 487de043ea Fix keystone config templates
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
2016-12-05 21:22:54 +00:00

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