From f3322b21d6728e8e28d4a40f4a4dd3d967b07e8f Mon Sep 17 00:00:00 2001 From: Bertrand Lallau Date: Wed, 22 Feb 2017 11:53:05 +0100 Subject: [PATCH] Fix string case issue in rpc_api documentation TrivialFix Change-Id: I25fa87bd3d39779398fd712935ef6a3c7535d694 --- doc/source/devref/rpc_api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/devref/rpc_api.rst b/doc/source/devref/rpc_api.rst index 5be9978e003..f977046c39c 100644 --- a/doc/source/devref/rpc_api.rst +++ b/doc/source/devref/rpc_api.rst @@ -188,7 +188,7 @@ exposed. Similarly, there is an RPC interface defined that allows the Neutron plugin to remotely invoke methods in the DHCP agent. The client side is defined in -neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api.DhcpAgentNotifyApi. The +neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api.DhcpAgentNotifyAPI. The server side of this interface that runs in the DHCP agent is neutron.agent.dhcp.agent.DhcpAgent.