From: YangLei Date: Wed, 9 Oct 2013 10:14:18 +0000 (+0800) Subject: Correct the exception message X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=31a73c9680751ea8fe2eea3769b974c4e968f1b4;p=openstack-build%2Fneutron-build.git Correct the exception message Correct the exception message of class ServiceUnavailable Change-Id: I8126a83df01199a5af32bd7742fcf0fa511bd598 --- diff --git a/neutron/plugins/nicira/vshield/common/exceptions.py b/neutron/plugins/nicira/vshield/common/exceptions.py index 346359af1..71f7cc5ef 100644 --- a/neutron/plugins/nicira/vshield/common/exceptions.py +++ b/neutron/plugins/nicira/vshield/common/exceptions.py @@ -69,4 +69,4 @@ class MediaTypeUnsupport(VcnsApiException): class ServiceUnavailable(VcnsApiException): - message = _("Service on available: %(uri)s") + message = _("Service Unavailable: %(uri)s")