Skip to content
Snippets Groups Projects
Commit b75ddc63 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Add vlan tenant network support"

parents 6ef30ca4 f76b9adc
No related branches found
No related tags found
No related merge requests found
......@@ -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
=======================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment