
Classic confinement allows the snap to behave like a traditionally packaged application with full access to the system, and enables the use of traditional directories such as /etc and /var/log. We will continue to store all of the snap's files in $SNAP* directories. This enables the snap to cleanup after itself if it is removed. However, traditional directory locations are symlinked to their corresponding $SNAP* directories. For example, keystone configs are installed in $SNAP_COMMON/etc/keystone which has a symlink at /etc/keystone. The keystone apps then use the traditional directories when running commands and services. Change-Id: Ib33d958adab660a092110c4beae928dc9661d0c6
13 lines
380 B
Django/Jinja
13 lines
380 B
Django/Jinja
[uwsgi]
|
|
wsgi-file = {{ snap }}/bin/keystone-wsgi-admin
|
|
uwsgi-socket = /var/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=/etc/keystone/keystone.conf --config-dir=/etc/keystone/keystone.conf.d --log-file=/var/log/keystone/keystone.log
|