From 74dcdc4d08579e4e1756cd8413f529d809a53cfc Mon Sep 17 00:00:00 2001 From: zhouxinyong Date: Tue, 13 Nov 2018 18:39:19 +0800 Subject: [PATCH] Remove the repetition words in usage.rst Change-Id: I20656e4f189586b12cdea7ada10fbabe1f4c4dba --- doc/source/user/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/user/usage.rst b/doc/source/user/usage.rst index 14c78a091..14b984651 100644 --- a/doc/source/user/usage.rst +++ b/doc/source/user/usage.rst @@ -386,7 +386,7 @@ for that to work. When an InfiniBand network interface is discovered, the **Ironic Inspector** adds a ``client-id`` attribute to the ``extra`` attribute in the ironic port. The **Ironic Inspector** should be configured with ``iptables.ethoib_interfaces`` to indicate the Ethernet Over InfiniBand (EoIB) -which are used for physical access access to the DHCP network. +which are used for physical access to the DHCP network. For example if **Ironic Inspector** DHCP server is using ``br-inspector`` and the ``br-inspector`` has EoIB port e.g. ``eth0``, the ``iptables.ethoib_interfaces`` should be set to ``eth0``.