Merge "Stop using deprecated DEFAULT group for lock_path"
This commit is contained in:
commit
7f143e75ee
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user