From d9e1e5bfb2a0b03863761e5ecbe46997f89aebe2 Mon Sep 17 00:00:00 2001 From: Corey Bryant Date: Thu, 4 May 2017 21:50:06 +0000 Subject: [PATCH] Drop apostrophe from template Template wasn't rendering with the apostrophe, so drop it. Change-Id: I7e36fdbefba4ecb4536a234362b73dbedf33b9db --- snap/templates/nova-snap.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap/templates/nova-snap.conf.j2 b/snap/templates/nova-snap.conf.j2 index 6e10913..73ec8e7 100644 --- a/snap/templates/nova-snap.conf.j2 +++ b/snap/templates/nova-snap.conf.j2 @@ -2,7 +2,7 @@ # Set state path to writable directory state_path = {{ snap_common }}/lib -# Where instances are stored on the hypervisor’s disk +# Where instances are stored on disk instances_path = {{ snap_common }}/instances [oslo_concurrency]