Merge "neutron.conf needs lock_path set for router to operate This change is adding required configuration in neutron.conf to set the lock_path parameter, which was missing in compute-install-ubuntu.rst" into stable/rocky

This commit is contained in:
Zuul 2019-04-18 19:40:02 +00:00 committed by Gerrit Code Review
commit 1088d4b2d8
1 changed files with 12 additions and 0 deletions

View File

@ -78,6 +78,18 @@ authentication mechanism, message queue, and plug-in.
``[keystone_authtoken]`` section.
* In the ``[oslo_concurrency]`` section, configure the lock path:
.. path /etc/neutron/neutron.conf
.. code-block:: ini
[oslo_concurrency]
# ...
lock_path = /var/lib/neutron/tmp
.. end
Configure networking options
----------------------------