Fix string case issue in rpc_api documentation

TrivialFix

Change-Id: I25fa87bd3d39779398fd712935ef6a3c7535d694
This commit is contained in:
Bertrand Lallau 2017-02-22 11:53:05 +01:00
parent c9f83dcaa8
commit f3322b21d6

View File

@ -188,7 +188,7 @@ exposed.
Similarly, there is an RPC interface defined that allows the Neutron plugin to 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 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 server side of this interface that runs in the DHCP agent is
neutron.agent.dhcp.agent.DhcpAgent. neutron.agent.dhcp.agent.DhcpAgent.