Merge "Fix a spelling mistake"

This commit is contained in:
Zuul 2020-05-13 19:34:55 +00:00 committed by Gerrit Code Review
commit 6b5d1f45e9
1 changed files with 1 additions and 1 deletions

View File

@ -2423,7 +2423,7 @@ class VolumeManager(manager.CleanableManager,
# In the new flow we simplified this and we don't need it, instead of
# doing a bunch of swapping we just do attachment-create/delete on the
# nova side, and then here we just do the ID swaps that are necessary
# to maintain the old beahvior
# to maintain the old behavior
# Restore the attachments for old flow use-case
if orig_volume_status == 'in-use' and volume.status in ['available',