Remove InvalidPortRange exception

The InvalidPortRange exception seems to be left over from the
initial split from Nova.

Change-Id: Ife03ac70f6ba80273c1c21e8d2c509b480a6fe80
This commit is contained in:
Eric Harney 2013-04-02 16:06:56 -04:00
parent 3aa947d763
commit 8defcf2de7

@ -192,10 +192,6 @@ class InvalidVolume(Invalid):
message = _("Invalid volume") + ": %(reason)s"
class InvalidPortRange(Invalid):
message = _("Invalid port range %(from_port)s:%(to_port)s. %(msg)s")
class InvalidContentType(Invalid):
message = _("Invalid content type %(content_type)s.")