snap-nova-hypervisor/snap/templates/nova-snap.conf.j2
Corey Bryant d9e1e5bfb2 Drop apostrophe from template
Template wasn't rendering with the apostrophe, so drop it.

Change-Id: I7e36fdbefba4ecb4536a234362b73dbedf33b9db
2017-05-04 21:51:13 +00:00

11 lines
251 B
Django/Jinja

[DEFAULT]
# Set state path to writable directory
state_path = {{ snap_common }}/lib
# Where instances are stored on disk
instances_path = {{ snap_common }}/instances
[oslo_concurrency]
# Oslo Concurrency lock path
lock_path = {{ snap_common }}/lock