Skip to content

Commit 3c80796

Browse files
author
zhaoleilc
committed
Fix an erroneous grammar in explanatory notes
This patch changes 'The volumes already detached' to 'The volumes have already been detached' at 2983 line in nova/ compute/manager.py Change-Id: I9a312527097b8ce7862616522cecd61b3576a71d Closes-Bug: #1880057
1 parent f4534e5 commit 3c80796

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

nova/compute/manager.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2980,10 +2980,10 @@ def _delete_instance(self, context, instance, bdms):
29802980
# and to only ignore the failure if the instance
29812981
# is already in ERROR.
29822982

2983-
# NOTE(ameeda): The volumes already detached during the above
2984-
# _shutdown_instance() call and this is why
2985-
# detach is not requested from _cleanup_volumes()
2986-
# in this case
2983+
# NOTE(ameeda): The volumes have already been detached during
2984+
# the above _shutdown_instance() call and this is
2985+
# why detach is not requested from
2986+
# _cleanup_volumes() in this case
29872987

29882988
self._cleanup_volumes(context, instance, bdms,
29892989
raise_exc=False, detach=False)

0 commit comments

Comments
 (0)