summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-09-03 08:14:18 +0000
committerGerrit Code Review <review@openstack.org>2015-09-03 08:14:18 +0000
commit032b4cda61c0a14bd15fe31d1dc5c1d0bfc0052f (patch)
tree0d5c8c8010f67c10ffe43e62209a5a582a82775c
parentbbe369c9b13117a0df9e605074d92f0a0d4551ef (diff)
parent9e4592eb0364c21e6ccbf21acc28288951b8ca61 (diff)
downloadnova-12.0.0.0b3.tar.gz
Merge "Fix exception message mistake in WSGI service"12.0.0.0b3
-rw-r--r--nova/wsgi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/wsgi.py b/nova/wsgi.py
index b3d3f33239..e0d49c29d8 100644
--- a/nova/wsgi.py
+++ b/nova/wsgi.py
@@ -127,7 +127,7 @@ class Server(service.ServiceBase):
if backlog < 1:
raise exception.InvalidInput(
- reason='The backlog must be more than 1')
+ reason=_('The backlog must be more than 0'))
bind_addr = (host, port)
# TODO(dims): eventlet's green dns/socket module does not actually