
The symlinks setup key is dropped, and SNAP_COMMON is used as the root directory where setup dirs, templates, and copyfiles are installed. This aligns better with how snaps should behave. Change-Id: I9b18b703f3f00f5ac8db61253e8abfe024a51b50
8 lines
168 B
Django/Jinja
8 lines
168 B
Django/Jinja
[DEFAULT]
|
|
# Set state path to writable directory
|
|
state_path = {{ snap_common }}/lib
|
|
|
|
[oslo_concurrency]
|
|
# Oslo Concurrency lock path
|
|
lock_path = {{ snap_common }}/lock
|