From aff33e4f8d4e4938cbd2d82ff7ded3ec9804e7f1 Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Thu, 8 Oct 2015 10:21:26 -0400 Subject: [PATCH] ScaleIO: Fix protection_domain_id log message at init The log message refers to this setting with the wrong name. Change-Id: Icb74861046082689b5b438228fa979fc637c04b1 --- cinder/volume/drivers/emc/scaleio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinder/volume/drivers/emc/scaleio.py b/cinder/volume/drivers/emc/scaleio.py index c74d3951e..e161f2c16 100644 --- a/cinder/volume/drivers/emc/scaleio.py +++ b/cinder/volume/drivers/emc/scaleio.py @@ -148,7 +148,7 @@ class ScaleIODriver(driver.VolumeDriver): {'domain_name': self.protection_domain_name}) self.protection_domain_id = self.configuration.sio_protection_domain_id LOG.info(_LI( - "Protection domain name: %(domain_id)s."), + "Protection domain id: %(domain_id)s."), {'domain_id': self.protection_domain_id}) self.connector = connector.InitiatorConnector.factory( -- 2.45.2