Drop apostrophe from template

Template wasn't rendering with the apostrophe, so drop it.

Change-Id: I7e36fdbefba4ecb4536a234362b73dbedf33b9db
This commit is contained in:
Corey Bryant 2017-05-04 21:50:06 +00:00
parent 8cdd348c85
commit d9e1e5bfb2
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# Set state path to writable directory
state_path = {{ snap_common }}/lib
# Where instances are stored on the hypervisors disk
# Where instances are stored on disk
instances_path = {{ snap_common }}/instances
[oslo_concurrency]