diff --git a/cinder/volume/drivers/yadro/tatlin_client.py b/cinder/volume/drivers/yadro/tatlin_client.py index 2ec6742b686..c858e099abf 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)