Merge "Decrease rpc timeout after agent receives SIGTERM"

This commit is contained in:
Jenkins 2015-03-02 06:11:52 +00:00 committed by Gerrit Code Review
commit 9b5634ae29

View File

@ -97,6 +97,14 @@ tenant_network_type=gre
tunnel_id_ranges=1:1000
# only required for nodes running agents
local_ip=<replaceable>DATA_NET_IP_NODE_ADDRESS</replaceable></programlisting>
<note>
<para>Since the Kilo release you can set the
<option>quitting_rpc_timeout</option> option
with a timeout value for RPC API objects. This prevents
a long waiting for RPC calls after <literal>SIGTERM</literal> is
received which results in decreasing the amount of time needed to
successfully stop the OVS agent.</para>
</note>
<para>For database configuration, see <link
xlink:href="http://docs.openstack.org/icehouse/install-guide/install/apt/content/neutron-ml2-controller-node.html"
>Install Networking Services</link> in the <citetitle>Installation