Merge "Fix an erroneous grammar in explanatory notes"

This commit is contained in:
Zuul
2020-09-11 12:31:43 +00:00
committed by Gerrit Code Review
+4 -4
View File
@@ -2989,10 +2989,10 @@ class ComputeManager(manager.Manager):
# and to only ignore the failure if the instance
# is already in ERROR.
# NOTE(ameeda): The volumes already detached during the above
# _shutdown_instance() call and this is why
# detach is not requested from _cleanup_volumes()
# in this case
# NOTE(ameeda): The volumes have already been detached during
# the above _shutdown_instance() call and this is
# why detach is not requested from
# _cleanup_volumes() in this case
self._cleanup_volumes(context, instance, bdms,
raise_exc=False, detach=False)