From fd0c7972544dd61d5f665b99c98b94fd9bda60d5 Mon Sep 17 00:00:00 2001 From: Arturo Borrero Gonzalez Date: Fri, 25 Oct 2024 11:41:51 +0200 Subject: [PATCH] doc: document available DNS-related values for ml2 extension_drivers The ml2 extension_drivers config admit some values that are not documented anywhere but in the source code. Document them here. Change-Id: I9002a1ae0e55aa420a4c2296f12894325e1097d4 Signed-off-by: Arturo Borrero Gonzalez --- doc/source/admin/config-dns-int.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/source/admin/config-dns-int.rst b/doc/source/admin/config-dns-int.rst index edd9559e22d..2665e6f574a 100644 --- a/doc/source/admin/config-dns-int.rst +++ b/doc/source/admin/config-dns-int.rst @@ -76,6 +76,13 @@ the internal DNS. To enable this functionality, do the following: After re-starting the ``neutron-server``, users will be able to assign a ``dns_name`` attribute to their ports. +Valid ``extension_drivers`` values related to the DNS integration are: + +* ``dns`` +* ``dns_domain_ports`` +* ``subnet_dns_publish_fixed_ip`` +* ``dns_domain_keywords`` + .. note:: The enablement of this functionality is prerequisite for the enablement of the Networking service integration with an external DNS service, which is