change NetworkVxlanPortRangeError to base NeutronException

Closes-Bug #1242756

Change-Id: I902fa12795cda5ca70defaeb3b6959e3a0824565
This commit is contained in:
Yong Sheng Gong 2013-10-21 23:34:53 +08:00
parent a04e91db98
commit cf3af07cfd
1 changed files with 1 additions and 1 deletions

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'")