diff --git a/cinder/interface/volume_driver.py b/cinder/interface/volume_driver.py index 2d31676ee47..028b8dd4353 100644 --- a/cinder/interface/volume_driver.py +++ b/cinder/interface/volume_driver.py @@ -207,6 +207,9 @@ class VolumeDriverCore(base.CinderInterface): def terminate_connection(self, volume, connector): """Remove access to a volume. + Note: If ``connector`` is ``None``, then all connections to the volume + should be terminated. + :param volume: The volume to remove. :param connector: The Dictionary containing information about the connection. This is optional when doing a