Docker driver only supports LinuxBridge networking

Added an admonition highlighting that the Docker driver only supports
LinuxBridge networking.

Change-Id: Iff14a0046350dad044c9e26fad0149571a9cb3ce
Closes-Bug: #1243319
This commit is contained in:
Stephen Gordon 2014-02-21 16:34:21 -05:00
parent 73f8c46015
commit 78a2be2480
1 changed files with 6 additions and 0 deletions

View File

@ -30,6 +30,12 @@ xml:id="docker">
xlink:href="http://wiki.openstack.org/HypervisorSupportMatrix">
hypervisor support matrix</link> for details.
</para></note>
<important>
<para>
The Docker driver only supports Linux Bridge networking
at this time.
</para>
</important>
<para>To enable Docker, ensure the following options are set in
<filename>/etc/nova/nova-compute.conf</filename> on all hosts running the
<systemitem class="service">nova-compute</systemitem> service.