diff --git a/doc/source/install/compute-install-obs.rst b/doc/source/install/compute-install-obs.rst index 5ed39b3252b..1f3fbc89550 100644 --- a/doc/source/install/compute-install-obs.rst +++ b/doc/source/install/compute-install-obs.rst @@ -79,6 +79,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 ---------------------------- diff --git a/doc/source/install/controller-install-option1-obs.rst b/doc/source/install/controller-install-option1-obs.rst index cc40f66ed75..f640913fa6c 100644 --- a/doc/source/install/controller-install-option1-obs.rst +++ b/doc/source/install/controller-install-option1-obs.rst @@ -134,6 +134,18 @@ and plug-in. Replace ``NOVA_PASS`` with the password you chose for the ``nova`` user in the Identity service. + +* 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 the Modular Layer 2 (ML2) plug-in ------------------------------------------- diff --git a/doc/source/install/controller-install-option1-ubuntu.rst b/doc/source/install/controller-install-option1-ubuntu.rst index f701a4b1f2a..5096724557d 100644 --- a/doc/source/install/controller-install-option1-ubuntu.rst +++ b/doc/source/install/controller-install-option1-ubuntu.rst @@ -133,6 +133,18 @@ and plug-in. Replace ``NOVA_PASS`` with the password you chose for the ``nova`` user in the Identity service. + +* 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 the Modular Layer 2 (ML2) plug-in ------------------------------------------- diff --git a/doc/source/install/controller-install-option2-obs.rst b/doc/source/install/controller-install-option2-obs.rst index 4bde1d9d0c8..0ce2e9914ad 100644 --- a/doc/source/install/controller-install-option2-obs.rst +++ b/doc/source/install/controller-install-option2-obs.rst @@ -133,6 +133,18 @@ Configure the server component Replace ``NOVA_PASS`` with the password you chose for the ``nova`` user in the Identity service. + +* 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 the Modular Layer 2 (ML2) plug-in ------------------------------------------- diff --git a/doc/source/install/controller-install-option2-ubuntu.rst b/doc/source/install/controller-install-option2-ubuntu.rst index 4548dc86a57..c8e973ecd75 100644 --- a/doc/source/install/controller-install-option2-ubuntu.rst +++ b/doc/source/install/controller-install-option2-ubuntu.rst @@ -132,6 +132,18 @@ Configure the server component Replace ``NOVA_PASS`` with the password you chose for the ``nova`` user in the Identity service. + +* 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 the Modular Layer 2 (ML2) plug-in -------------------------------------------