Skip to content

Commit ce16d76

Browse files
authored
Merge pull request #1189 from rackerlabs/cinder-attach
fix(cinder-understack): fix incorrect number of parameters
2 parents 866eb5f + 429f839 commit ce16d76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/cinder-understack/cinder_understack/dynamic_netapp_driver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ def get_volume_stats(self, refresh=False):
444444
def create_export(self, context, volume, connector):
445445
"""Create export for volume."""
446446
with self._volume_to_library(volume) as lib:
447-
return lib.create_export(context, volume, connector)
447+
return lib.create_export(context, volume)
448448

449449
def ensure_export(self, context, volume):
450450
"""Ensure export for volume."""

0 commit comments

Comments
 (0)