]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Correct the exception message
authorYangLei <yanglyy@cn.ibm.com>
Wed, 9 Oct 2013 10:14:18 +0000 (18:14 +0800)
committerYangLei <yanglyy@cn.ibm.com>
Thu, 10 Oct 2013 01:54:12 +0000 (09:54 +0800)
Correct the exception message of class ServiceUnavailable

Change-Id: I8126a83df01199a5af32bd7742fcf0fa511bd598

neutron/plugins/nicira/vshield/common/exceptions.py

index 346359af19a0560db932b16618b3d1c06e453bb3..71f7cc5eff9a6a8b302136b974e02a54ce391626 100644 (file)
@@ -69,4 +69,4 @@ class MediaTypeUnsupport(VcnsApiException):
 
 
 class ServiceUnavailable(VcnsApiException):
-    message = _("Service on available: %(uri)s")
+    message = _("Service Unavailable: %(uri)s")