summaryrefslogtreecommitdiffstats
path: root/nova/exception.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/exception.py')
-rw-r--r--nova/exception.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/exception.py b/nova/exception.py
index 01469f828..87fcc2a2b 100644
--- a/nova/exception.py
+++ b/nova/exception.py
@@ -1167,7 +1167,7 @@ class InstanceRecreateNotSupported(Invalid):
class ServiceGroupUnavailable(NovaException):
- message = _("The service from servicegroup driver %(driver) is "
+ message = _("The service from servicegroup driver %(driver)s is "
"temporarily unavailable.")