Merge "Stop using deprecated DEFAULT group for lock_path"

This commit is contained in:
Jenkins 2015-04-07 18:38:52 +00:00 committed by Gerrit Code Review
commit 7f143e75ee
1 changed files with 4 additions and 3 deletions

View File

@ -19,9 +19,6 @@
# user executing the agent.
# state_path = /var/lib/neutron
# Where to store lock files
lock_path = $state_path/lock
# log_format = %(asctime)s %(levelname)8s [%(name)s] %(message)s
# log_date_format = %Y-%m-%d %H:%M:%S
@ -739,3 +736,7 @@ admin_password = %SERVICE_PASSWORD%
# If set, use this value for pool_timeout with sqlalchemy
# pool_timeout = 10
[oslo_concurrency]
# Where to store lock files
lock_path = $state_path/lock