Fix a spelling mistake

Change-Id: Ib74e98990294db056239008b15292da12595c6c8
This commit is contained in:
hanchl 2020-03-25 15:36:47 +08:00
parent a0c0a9e234
commit 7abb84bafb
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',