Fix TypeError for BgpSpeakerRescheduleError
Inherit Conflicts to be consistent with RouterReschedulingFailed. Closes-Bug: #1738983 Change-Id: If2d6151c161d1b0848ecb28bdb823676249e1221
This commit is contained in:
parent
c7849e1434
commit
39d9d0de9e
@ -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.")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user