diff --git a/python/cinder-understack/cinder_understack/dynamic_netapp_driver.py b/python/cinder-understack/cinder_understack/dynamic_netapp_driver.py index a24ef413f..2c6a23fd8 100644 --- a/python/cinder-understack/cinder_understack/dynamic_netapp_driver.py +++ b/python/cinder-understack/cinder_understack/dynamic_netapp_driver.py @@ -444,7 +444,7 @@ def get_volume_stats(self, refresh=False): def create_export(self, context, volume, connector): """Create export for volume.""" with self._volume_to_library(volume) as lib: - return lib.create_export(context, volume, connector) + return lib.create_export(context, volume) def ensure_export(self, context, volume): """Ensure export for volume."""