fix the comments error

Change-Id: I1ad448c8e0773d626bb02d8d8fddf616c9e35d96
This commit is contained in:
unknown 2016-11-01 15:36:44 +08:00
parent 3ec9cad79d
commit 239577c3b0
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ class BgpDrAgent(manager.Manager):
@utils.synchronized('bgp-dr-agent')
def bgp_speaker_remove_end(self, context, payload):
"""Handle bgp_speaker_create_end notification event."""
"""Handle bgp_speaker_remove_end notification event."""
bgp_speaker_id = payload['bgp_speaker']['id']
LOG.debug('Received BGP speaker remove notification for '