Add vlan tenant network support
Vlan tenant network support in ironic. https://blueprints.launchpad.net/nova/+spec/ironic-networks-support Change-Id: Ia7ce71de5eb1837cbd65ec67bf3cb64fe4ac45e4
This commit is contained in:
parent
eab8efe166
commit
f76b9adcee
@ -29,12 +29,12 @@ Enable Ironic role in ``/etc/kolla/globals.yml``:
|
|||||||
|
|
||||||
enable_ironic: "yes"
|
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:
|
tenant network types:
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
neutron_tenant_network_types: "vxlan,flat"
|
neutron_tenant_network_types: "vxlan,vlan,flat"
|
||||||
|
|
||||||
Configuring Web Console
|
Configuring Web Console
|
||||||
=======================
|
=======================
|
||||||
|
Loading…
x
Reference in New Issue
Block a user