From 0f59877bc5dcda7211b397425e20bbbde4b7fc54 Mon Sep 17 00:00:00 2001 From: Takashi NATSUME Date: Wed, 29 Aug 2018 15:31:39 +0900 Subject: [PATCH] Fix a broken conf file description in networking doc In the "Networking with neutron" doc, a description of a configuration file is broken. So fix it. Change-Id: I3927c858a54a09966478d0ecc2c62b76d0d4548d Closes-Bug: #1789567 --- doc/source/admin/networking.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/admin/networking.rst b/doc/source/admin/networking.rst index 3b97d3d1fafb..086b459da944 100644 --- a/doc/source/admin/networking.rst +++ b/doc/source/admin/networking.rst @@ -102,9 +102,9 @@ For all other types of ports, some manual configuration is required. For an L3-type network using the Linux Bridge mechanism driver, the device used will be configured using protocol-specific endpoint IP configuration - option. For VXLAN, this is the ``[vxlan] local_ip`` option. For example:: + option. For VXLAN, this is the ``[vxlan] local_ip`` option. For example: - .. code-block:: + .. code-block:: ini [vxlan] local_ip = OVERLAY_INTERFACE_IP_ADDRESS