From e35b19ec4186f5260f24df316cceb960649cca07 Mon Sep 17 00:00:00 2001 From: limin0801 Date: Thu, 26 Dec 2019 14:46:03 +0800 Subject: [PATCH] Correct typos Change-Id: I81805a2b06f85c3a8569aa572a0c7a328bef2319 --- cinder/volume/manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinder/volume/manager.py b/cinder/volume/manager.py index b965b081ce4..2336e3b9fa1 100644 --- a/cinder/volume/manager.py +++ b/cinder/volume/manager.py @@ -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)