Merge "Fix TypeError for BgpSpeakerRescheduleError"

This commit is contained in:
Zuul 2018-03-11 08:46:34 +00:00 committed by Gerrit Code Review
commit b8e9ba662d
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ class DrAgentAssociationError(n_exc.Conflict):
"to a BGP speaker.")
class BgpSpeakerRescheduleError(n_exc.Invalid):
class BgpSpeakerRescheduleError(n_exc.Conflict):
message = _("Failed rescheduling %(bgp_speaker_id)s: "
"%(failure_reason)s.")