From: Eric Harney <eharney@redhat.com>
Date: Thu, 8 Oct 2015 14:21:26 +0000 (-0400)
Subject: ScaleIO: Fix protection_domain_id log message at init
X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=aff33e4f8d4e4938cbd2d82ff7ded3ec9804e7f1;p=openstack-build%2Fcinder-build.git

ScaleIO: Fix protection_domain_id log message at init

The log message refers to this setting with the
wrong name.

Change-Id: Icb74861046082689b5b438228fa979fc637c04b1
---

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(