summaryrefslogtreecommitdiff
path: root/cinder/volume/drivers/yadro/tatlin_client.py
diff options
context:
space:
mode:
Diffstat (limited to 'cinder/volume/drivers/yadro/tatlin_client.py')
-rw-r--r--cinder/volume/drivers/yadro/tatlin_client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cinder/volume/drivers/yadro/tatlin_client.py b/cinder/volume/drivers/yadro/tatlin_client.py
index 2ec6742b6..c858e099a 100644
--- a/cinder/volume/drivers/yadro/tatlin_client.py
+++ b/cinder/volume/drivers/yadro/tatlin_client.py
@@ -366,7 +366,7 @@ class TatlinClientCommon:
result, status = self._access_api(tatlin_api.POOLS)
except TatlinAPIException as exp:
message = _('Unable to get pool id for %s due to %s' %
- pool_name, exp.message)
+ (pool_name, exp.message))
LOG.error(message)
raise exception.VolumeBackendAPIException(message=message)