]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Fix alignment in message
authorlizhixin3016 <lizhixin@awcloud.com>
Mon, 16 Nov 2015 17:30:46 +0000 (01:30 +0800)
committerZhixin Li <lizhixin@awcloud.com>
Thu, 19 Nov 2015 10:37:32 +0000 (10:37 +0000)
Change-Id: I4281ca9ced3a269e81a55c5167cf8a8b0203bfe4

neutron/extensions/l3agentscheduler.py

index 50a5e34c99bac5991cc674203baccacdafe01af3..ac3e06a46a8cd715e271f6e89e8392556ab70057 100644 (file)
@@ -154,13 +154,13 @@ class InvalidL3Agent(agent.AgentNotFound):
 
 
 class RouterHostedByL3Agent(exceptions.Conflict):
-    message = _("The router %(router_id)s has been already hosted"
-                " by the L3 Agent %(agent_id)s.")
+    message = _("The router %(router_id)s has been already hosted "
+                "by the L3 Agent %(agent_id)s.")
 
 
 class RouterSchedulingFailed(exceptions.Conflict):
-    message = _("Failed scheduling router %(router_id)s to"
-                " the L3 Agent %(agent_id)s.")
+    message = _("Failed scheduling router %(router_id)s to "
+                "the L3 Agent %(agent_id)s.")
 
 
 class RouterReschedulingFailed(exceptions.Conflict):