From: Philipp Marek Date: Tue, 20 Jan 2015 09:07:41 +0000 (+0100) Subject: DRBD: remove a wrong comma, it creates a tuple X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=f48ccb5ac96c70f74074ecbfe37bc09b6fa673ff;p=openstack-build%2Fcinder-build.git DRBD: remove a wrong comma, it creates a tuple Change-Id: I8a1152b9f173171be7611ed600ade1033791a5bf --- diff --git a/cinder/volume/drivers/drbdmanagedrv.py b/cinder/volume/drivers/drbdmanagedrv.py index 6d89512c8..3e170ca39 100644 --- a/cinder/volume/drivers/drbdmanagedrv.py +++ b/cinder/volume/drivers/drbdmanagedrv.py @@ -493,7 +493,7 @@ class DrbdManageDriver(driver.VolumeDriver): volume_path) def create_export(self, context, volume): - volume_path = self.local_path(volume), + volume_path = self.local_path(volume) export_info = self.target_driver.create_export( context, volume,