Merge "modify the annotations of delete_snapshot"

This commit is contained in:
Jenkins 2017-05-25 08:51:51 +00:00 committed by Gerrit Code Review
commit 69cb59b533
1 changed files with 3 additions and 3 deletions

View File

@ -239,11 +239,11 @@ class BlockStorage(service.UnifiedService):
@service.should_be_overridden
def delete_snapshot(self, snapshot):
"""Delete the given backup.
"""Delete the given snapshot.
Returns when the backup is actually deleted.
Returns when the snapshot is actually deleted.
:param backup: backup instance
:param snapshot: snapshot instance
"""
self._impl.delete_snapshot(snapshot)