From 988648daf8b66fe15c780738867bc2597d2c70ef Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 3 Nov 2016 12:52:55 +0800 Subject: [PATCH] fix the comments Change-Id: I28c8a555c876e7bf216da213421bf3640065939c --- .../api/rpc/agentnotifiers/bgp_dr_rpc_agent_api.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/neutron_dynamic_routing/api/rpc/agentnotifiers/bgp_dr_rpc_agent_api.py b/neutron_dynamic_routing/api/rpc/agentnotifiers/bgp_dr_rpc_agent_api.py index 89d8dc10..ab9b7fa1 100644 --- a/neutron_dynamic_routing/api/rpc/agentnotifiers/bgp_dr_rpc_agent_api.py +++ b/neutron_dynamic_routing/api/rpc/agentnotifiers/bgp_dr_rpc_agent_api.py @@ -58,7 +58,7 @@ class BgpDrAgentNotifyApi(object): def bgp_peer_disassociated(self, context, bgp_speaker_id, bgp_peer_ip, host): - """Tell BgpDrAgent about a new BGP Peer association. + """Tell BgpDrAgent about a BGP Peer disassociation. This effectively tells the BgpDrAgent to stop a peering session. """ @@ -68,7 +68,7 @@ class BgpDrAgentNotifyApi(object): def bgp_peer_associated(self, context, bgp_speaker_id, bgp_peer_id, host): - """Tell BgpDrAgent about a BGP Peer disassociation. + """Tell BgpDrAgent about a new BGP Peer association. This effectively tells the bgp_dragent to open a peering session. """