Skip to content

Commit 1b9d06e

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Fix an erroneous grammar in explanatory notes"
2 parents de682f9 + 3c80796 commit 1b9d06e

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
@@ -2989,10 +2989,10 @@ def _delete_instance(self, context, instance, bdms):
29892989
# and to only ignore the failure if the instance
29902990
# is already in ERROR.
29912991

2992-
# NOTE(ameeda): The volumes already detached during the above
2993-
# _shutdown_instance() call and this is why
2994-
# detach is not requested from _cleanup_volumes()
2995-
# in this case
2992+
# NOTE(ameeda): The volumes have already been detached during
2993+
# the above _shutdown_instance() call and this is
2994+
# why detach is not requested from
2995+
# _cleanup_volumes() in this case
29962996

29972997
self._cleanup_volumes(context, instance, bdms,
29982998
raise_exc=False, detach=False)

0 commit comments

Comments
 (0)