--- /usr/share/pyshared/cinder/volume-orig/driver.py 2014-07-16 15:31:52.638763798 +0000 +++ /usr/share/pyshared/cinder/volume/driver.py 2014-07-16 12:54:38.194300246 +0000 @@ -146,6 +146,7 @@ self.configuration = kwargs.get('configuration', None) if self.configuration: self.configuration.append_config_values(volume_opts) + self.configuration.append_config_values(iser_opts) self.set_execute(execute) self._stats = {}