Merge "Revert "Add error message to failed block device transform""

This commit is contained in:
Jenkins
2015-07-24 17:25:49 +00:00
committed by Gerrit Code Review

View File

@@ -204,11 +204,6 @@ class DriverVolumeBlockDevice(DriverBlockDevice):
if (not self._bdm_obj.source_type == self._valid_source
or not self._bdm_obj.destination_type ==
self._valid_destination):
LOG.error(_LE("Failed to transform: source_type: %(source)s, "
"destination_type: %(dest)s"),
{'source': self._bdm_obj.source_type,
'dest': self._bdm_obj.destination_type}
)
raise _InvalidType
self.update(