[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:
parent
2cf5269b39
commit
96fd3eb174
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user