[install-guide] Remove use_namespaces option
In the l3_agent.ini and dhcp_agent.ini files, remove the deprecated use_namespaces option because minimum Linux kernel versions support namespaces. Option defaults to "true" until removal of the option in Liberty. Implements: blueprint installguide-kilo Change-Id: I8013c468d9fd9834b769bf24998c2214e7106e83
This commit is contained in:
@@ -244,14 +244,11 @@ tunnel_types = gre</programlisting>
|
||||
<substeps>
|
||||
<step>
|
||||
<para>In the <literal>[DEFAULT]</literal> section, configure
|
||||
the driver, enable
|
||||
<glossterm baseform="network namespace">network
|
||||
namespaces</glossterm>, configure the external network bridge
|
||||
and enable deletion of defunct router namespaces:</para>
|
||||
the interface driver, external network bridge, and enable
|
||||
deletion of defunct router namespaces:</para>
|
||||
<programlisting language="ini">[DEFAULT]
|
||||
...
|
||||
interface_driver = neutron.agent.linux.interface.OVSInterfaceDriver
|
||||
use_namespaces = True
|
||||
external_network_bridge =
|
||||
router_delete_namespaces = True</programlisting>
|
||||
<note>
|
||||
@@ -282,13 +279,12 @@ verbose = True</programlisting>
|
||||
<substeps>
|
||||
<step>
|
||||
<para>In the <literal>[DEFAULT]</literal> section, configure
|
||||
the drivers, enable namespaces and enable deletion of defunct
|
||||
the interface and DHCP drivers and enable deletion of defunct
|
||||
DHCP namespaces:</para>
|
||||
<programlisting language="ini">[DEFAULT]
|
||||
...
|
||||
interface_driver = neutron.agent.linux.interface.OVSInterfaceDriver
|
||||
dhcp_driver = neutron.agent.linux.dhcp.Dnsmasq
|
||||
use_namespaces = True
|
||||
dhcp_delete_namespaces = True</programlisting>
|
||||
</step>
|
||||
<step>
|
||||
@@ -511,7 +507,7 @@ metadata_proxy_shared_secret = <replaceable>METADATA_SECRET</replaceable></progr
|
||||
<para>The Networking service initialization scripts expect the
|
||||
variable <literal>NEUTRON_PLUGIN_CONF</literal> in the
|
||||
<filename>/etc/sysconfig/neutron</filename> file to
|
||||
reference the ML2 plug-in configurarion file. Edit the
|
||||
reference the ML2 plug-in configuration file. Edit the
|
||||
<filename>/etc/sysconfig/neutron</filename> file and add the
|
||||
following:</para>
|
||||
<programlisting>NEUTRON_PLUGIN_CONF="/etc/neutron/plugins/ml2/ml2_conf.ini"</programlisting>
|
||||
|
||||
Reference in New Issue
Block a user