Merge "change NetworkVxlanPortRangeError to base NeutronException"

This commit is contained in:
Jenkins 2013-10-22 19:52:30 +00:00 committed by Gerrit Code Review
commit 7ce5368ee0

View File

@ -299,5 +299,5 @@ class NetworkVlanRangeError(NeutronException):
super(NetworkVlanRangeError, self).__init__(**kwargs)
class NetworkVxlanPortRangeError(object):
class NetworkVxlanPortRangeError(NeutronException):
message = _("Invalid network VXLAN port range: '%(vxlan_range)s'")