From 31a73c9680751ea8fe2eea3769b974c4e968f1b4 Mon Sep 17 00:00:00 2001 From: YangLei Date: Wed, 9 Oct 2013 18:14:18 +0800 Subject: [PATCH] Correct the exception message Correct the exception message of class ServiceUnavailable Change-Id: I8126a83df01199a5af32bd7742fcf0fa511bd598 --- neutron/plugins/nicira/vshield/common/exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- 2.45.2