fix the comments

Change-Id: I28c8a555c876e7bf216da213421bf3640065939c
This commit is contained in:
unknown 2016-11-03 12:52:55 +08:00
parent e383b7d635
commit 988648daf8
1 changed files with 2 additions and 2 deletions

View File

@ -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.
"""