
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: Ie9c6ba930798dcb6c0bfd43a6504d3fdb357befa
12 lines
294 B
Django/Jinja
12 lines
294 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
|
|
|
|
[glance_store]
|
|
# Set default glance_store path to writable directory
|
|
filesystem_store_datadir = {{ snap_common }}/lib/images
|