Correct the exception message

Correct the exception message of class ServiceUnavailable

Change-Id: I8126a83df01199a5af32bd7742fcf0fa511bd598
This commit is contained in:
YangLei 2013-10-09 18:14:18 +08:00
parent f3fe7fa575
commit 31a73c9680

View File

@ -69,4 +69,4 @@ class MediaTypeUnsupport(VcnsApiException):
class ServiceUnavailable(VcnsApiException):
message = _("Service on available: %(uri)s")
message = _("Service Unavailable: %(uri)s")