]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
ScaleIO: Fix protection_domain_id log message at init
authorEric Harney <eharney@redhat.com>
Thu, 8 Oct 2015 14:21:26 +0000 (10:21 -0400)
committerEric Harney <eharney@redhat.com>
Thu, 8 Oct 2015 14:21:26 +0000 (10:21 -0400)
The log message refers to this setting with the
wrong name.

Change-Id: Icb74861046082689b5b438228fa979fc637c04b1

cinder/volume/drivers/emc/scaleio.py

index c74d3951e5367b42996ec9849c30788a6af7a61e..e161f2c165300645193b559250740b2da929f7ca 100644 (file)
@@ -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(