Correct typos

Change-Id: I81805a2b06f85c3a8569aa572a0c7a328bef2319
This commit is contained in:
limin0801 2019-12-26 14:46:03 +08:00
parent 83267c72ae
commit e35b19ec41
1 changed files with 1 additions and 1 deletions

View File

@ -2839,7 +2839,7 @@ class VolumeManager(manager.CleanableManager,
new_reservations = reservations
# If volume types have the same contents, no need to do anything.
# Use the admin contex to be able to access volume extra_specs
# Use the admin context to be able to access volume extra_specs
retyped = False
diff, all_equal = volume_types.volume_types_diff(
context.elevated(), volume.volume_type_id, new_type_id)