Skip to content
Snippets Groups Projects
Commit 937ccf77 authored by Eduardo Gonzalez's avatar Eduardo Gonzalez
Browse files

Add warning interface names with dashes

Change-Id: Ie86849fbfbdef0e20a89f0fc3c6c617bc4ae23ff
Closes-Bug: #1711757
parent 912c7990
No related branches found
No related tags found
No related merge requests found
...@@ -80,6 +80,12 @@ In Kolla operators should configure following network interfaces: ...@@ -80,6 +80,12 @@ In Kolla operators should configure following network interfaces:
with the bare metal cloud hosts in order to provide DHCP leases with with the bare metal cloud hosts in order to provide DHCP leases with
PXE boot options. Defaults to ``network_interface``. PXE boot options. Defaults to ``network_interface``.
.. WARNING::
Ansible facts does not recognize interface names containing dashes,
in example ``br-ex`` or ``bond-0`` cannot be used because ansible will read
them as ``br_ex`` and ``bond_0`` respectively.
Docker configuration Docker configuration
==================== ====================
......
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