diff --git a/doc/ironic-guide.rst b/doc/ironic-guide.rst
index fd8b4e0a4a1ae783b134e77d9bbfdcd29d9c9110..1a75ff7da021c189cbc336496a7f696496c7fb4c 100644
--- a/doc/ironic-guide.rst
+++ b/doc/ironic-guide.rst
@@ -29,12 +29,12 @@ Enable Ironic role in ``/etc/kolla/globals.yml``:
 
     enable_ironic: "yes"
 
-Beside that an additional network type 'flat' has to be added to a list of
+Beside that an additional network type 'vlan,flat' has to be added to a list of
 tenant network types:
 
 .. code-block:: console
 
-    neutron_tenant_network_types: "vxlan,flat"
+    neutron_tenant_network_types: "vxlan,vlan,flat"
 
 Configuring Web Console
 =======================