added additional nova-network interface info

flat_interface and public_interface don't necessarily
have to be defined when using FlatDHCP. If you have multiple
networks, each with their own bridge, you can leave these settings
undefined.

Change-Id: I467cf0d40a99d82d63519b8761e2915487e2bb48
This commit is contained in:
don 2015-02-20 16:41:16 -07:00
parent 3f69813564
commit a13b49319e

View File

@ -46,7 +46,9 @@ flat_interface = <replaceable>INTERFACE_NAME</replaceable>
public_interface = <replaceable>INTERFACE_NAME</replaceable></programlisting>
<para>Replace <replaceable>INTERFACE_NAME</replaceable> with the
actual interface name for the external network. For example,
<emphasis>eth1</emphasis> or <emphasis>ens224</emphasis>.</para>
<emphasis>eth1</emphasis> or <emphasis>ens224</emphasis>. You can
also leave these two parameters undefined if you are serving multiple
networks with individual bridges for each.</para>
</step>
</substeps>
</step>