Merge "Add the missing AddressInUseException"

This commit is contained in:
Jenkins 2017-01-09 18:58:17 +00:00 committed by Gerrit Code Review
commit 161274b27e
1 changed files with 8 additions and 0 deletions

View File

@ -110,3 +110,11 @@ class SegmentationDriverBindingDriverCompatibilityFailure(KuryrException):
This exception is thrown when configured binding driver does not have
a supporting segmentation type driver.
"""
class AddressInUseException(KuryrException):
"""Exception represents the requested ip address is used.
This exception is thrown when a specific address is requested and the
requested ip address already exists and is used.
"""