[install] Fix cinder lock path

Fix cinder lock path to work around packaging bug.
Primarily applies to RDO, but shouldn't negatively
impact other distributions.

Change-Id: I06ad6ab1224ceb787b30ec4b2135c062a8b69e8d
Closes-Bug: #1490963
backport: kilo
This commit is contained in:
Matthew Kassawara 2015-10-15 08:06:43 -06:00
parent 2cf5269b39
commit 96fd3eb174
2 changed files with 2 additions and 2 deletions

View File

@ -247,7 +247,7 @@ Install and configure components
[oslo_concurrency]
...
lock_path = /var/lock/cinder
lock_path = /var/lib/cinder/tmp
* (Optional) To assist with troubleshooting, enable verbose
logging in the ``[DEFAULT]`` section:

View File

@ -292,7 +292,7 @@ Install and configure components
[oslo_concurrency]
...
lock_path = /var/lock/cinder
lock_path = /var/lib/cinder/tmp
* (Optional) To assist with troubleshooting, enable verbose logging
in the ``[DEFAULT]`` section: