12 lines
251 B
Plaintext
12 lines
251 B
Plaintext
|
[uwsgi]
|
||
|
wsgi-file = {{ snap }}/bin/cinder-wsgi
|
||
|
uwsgi-socket = {{ snap_common }}/run/cinder-api.sock
|
||
|
buffer-size = 65535
|
||
|
master = true
|
||
|
enable-threads = true
|
||
|
processes = 4
|
||
|
thunder-lock = true
|
||
|
lazy-apps = true
|
||
|
home = {{ snap }}/usr
|
||
|
pyargv = {{ pyargv }}
|