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

Change-Id: If090bdf060dfe21d11b1a5dfd010dc8167d9e45e
Closes-Bug: #1796976
(cherry picked from commit f4d438019e)
This commit is contained in:
SapanaJadhav 2018-10-21 21:46:32 +05:30 committed by Slawek Kaplonski
parent db44545d92
commit 8693aede07
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
----------------------------