Merge "Fix duplicate VIP address error reporting"
This commit is contained in:
@@ -440,3 +440,8 @@ class ListenerNoChildren(APIException):
|
||||
class MemberSRIOVDisabled(APIException):
|
||||
msg = _('The load balancer flavor does not allow SR-IOV member ports.')
|
||||
code = 400
|
||||
|
||||
|
||||
class VIPAddressConflict(APIException):
|
||||
msg = _('The VIP IP address is already in use: %(msg)s')
|
||||
code = 409
|
||||
|
||||
Reference in New Issue
Block a user