diff options
Diffstat (limited to 'nova/exception.py')
-rw-r--r-- | nova/exception.py | 2 |
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.") |