Dmitry Tantsur da084360e5 Remove the keystone admin endpoint
It's no longer needed and was deprecated in Xena.

Change-Id: Idff1097c13f483f8290bc800388cff3746324dbd
2021-10-04 14:46:27 +02:00

21 lines
385 B
Django/Jinja

# {{ ansible_managed }}
[uwsgi]
master = true
processes = 2
threads = 2
no-orphans = true
chmod-socket = 660
virtualenv = {{ bifrost_venv_dir }}
procname-prefix = keystone-public
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