
Enable the uwsgi log file in snap-openstack.yaml and enable the keystone log file in the uwsgi templates. Update bindep and requirements to use snapcraft from packages until fully installable from git source. Change-Id: I6342254a5ebd322e430ea90df5f7ec2d29ae6704
13 lines
415 B
Django/Jinja
13 lines
415 B
Django/Jinja
[uwsgi]
|
|
wsgi-file = {{ snap }}/bin/keystone-wsgi-admin
|
|
uwsgi-socket = {{ snap_common }}/run/keystone-admin.sock
|
|
buffer-size = 65535
|
|
http = 0.0.0.0:35357
|
|
master = true
|
|
enable-threads = true
|
|
processes = 4
|
|
thunder-lock = true
|
|
plugins = python
|
|
lazy-apps = true
|
|
pyargv = --config-file={{ snap }}/etc/keystone/keystone.conf --config-dir={{ snap_common }}/etc/keystone.conf.d --log-file={{ snap_common }}/log/keystone.log
|