From f48ccb5ac96c70f74074ecbfe37bc09b6fa673ff Mon Sep 17 00:00:00 2001 From: Philipp Marek Date: Tue, 20 Jan 2015 10:07:41 +0100 Subject: [PATCH] DRBD: remove a wrong comma, it creates a tuple Change-Id: I8a1152b9f173171be7611ed600ade1033791a5bf --- cinder/volume/drivers/drbdmanagedrv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.45.2