From dbc07ed3a30f17c65ba8be600baad1a0a1973c23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Ram=C3=ADrez?= Date: Thu, 28 Nov 2024 17:29:48 +0100 Subject: [PATCH] f-#: Fixes key-value format in NIC DNS attribute MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aleix Ramírez --- source/management_and_operations/references/template.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/management_and_operations/references/template.rst b/source/management_and_operations/references/template.rst index 57f50f46b..41383cf9a 100644 --- a/source/management_and_operations/references/template.rst +++ b/source/management_and_operations/references/template.rst @@ -513,7 +513,7 @@ Network Section +------------------------+----------------------------------------------------------------------------------------------------------+-----------------------+-----------------------+-----------------------+ | ``GATEWAY`` | NIC default gateway. | O | O | O | +------------------------+----------------------------------------------------------------------------------------------------------+-----------------------+-----------------------+-----------------------+ -| ``DNS`` | NIC DNS server. **Please make sure INHERIT_VNET_ATTR="DNS" is added to ``/etc/one/oned.conf``.** | O | O | O | +| ``DNS`` | NIC DNS server. **Please make sure ``INHERIT_VNET_ATTR="DNS"`` is added to ``/etc/one/oned.conf``.** | O | O | O | +------------------------+----------------------------------------------------------------------------------------------------------+-----------------------+-----------------------+-----------------------+ | ``BRIDGE`` | Name of the bridge the network device is going to be attached to. | O | O | O | +------------------------+----------------------------------------------------------------------------------------------------------+-----------------------+-----------------------+-----------------------+