While we set the configuration option in DEFAULT section, we get the
following deprecation message in our logs:
WARNING oslo_config.cfg [-] Option "lock_path" from group "DEFAULT" is
deprecated. Use option "lock_path" from group "oslo_concurrency".
Switch to the new configuration option location.
Change-Id: I89783cc975a4a845ee57920d83236d6eb698af9c
# 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
# 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