Remove instruction setting ovs_use_veth to True
Remove instruction to set ovs_use_veth to True. Updated kernels shipped to RDO/RHELOSP, and in RHEL/CentOS 6.5, mean that this is no longer required. The updated kernels support network namespaces properly. Change-Id: I6d34f924c1d93b6b7de2b0b7885755e48263a4d4 Closes-Bug: #1268806 backport: havana
This commit is contained in:
parent
310d4ccef3
commit
e7b8b73550
@ -478,12 +478,6 @@ GATEWAY=EXTERNAL_INTERFACE_GATEWAY</programlisting>
|
|||||||
files, respectively:</para>
|
files, respectively:</para>
|
||||||
<programlisting language="ini">interface_driver = neutron.agent.linux.interface.OVSInterfaceDriver
|
<programlisting language="ini">interface_driver = neutron.agent.linux.interface.OVSInterfaceDriver
|
||||||
use_namespaces = True</programlisting>
|
use_namespaces = True</programlisting>
|
||||||
<para os="rhel;centos">You must enable veth support if you
|
|
||||||
use certain kernels. Some kernels, such as recent
|
|
||||||
versions of RHEL (not RHOS) and CentOS, only partially
|
|
||||||
support namespaces. Edit the previous files, as
|
|
||||||
follows:</para>
|
|
||||||
<programlisting language="ini" os="rhel;centos">ovs_use_veth = True</programlisting>
|
|
||||||
</step>
|
</step>
|
||||||
<step os="rhel;centos;fedora;opensuse;sles;ubuntu">
|
<step os="rhel;centos;fedora;opensuse;sles;ubuntu">
|
||||||
<para>Similarly, you must also tell Neutron core to use
|
<para>Similarly, you must also tell Neutron core to use
|
||||||
|
Loading…
Reference in New Issue
Block a user