summaryrefslogtreecommitdiff
path: root/nova/block_device.py
diff options
context:
space:
mode:
authorRajesh Tailor <ratailor@redhat.com>2022-05-23 16:56:20 +0530
committerRajesh Tailor <ratailor@redhat.com>2022-05-30 17:40:00 +0530
commit2521810e553593f8d02adeef0f089b60bc7f71a6 (patch)
tree92af3276454317225cc544b1c8044442a2c7d966 /nova/block_device.py
parent61b161eeaaed9e228b735f7c6793e7fc5bf1a830 (diff)
downloadnova-2521810e553593f8d02adeef0f089b60bc7f71a6.tar.gz
Fix typos
This change fixes some of the typos in unit tests as well as in nova code-base. Change-Id: I209bbb270baf889fcb2b9a4d1ce0ab4a962d0d0e
Diffstat (limited to 'nova/block_device.py')
-rw-r--r--nova/block_device.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/block_device.py b/nova/block_device.py
index a026078317..c0c69d4a71 100644
--- a/nova/block_device.py
+++ b/nova/block_device.py
@@ -612,7 +612,7 @@ def get_bdm_local_disk_num(block_device_mappings):
def get_bdm_image_metadata(context, image_api, volume_api,
block_device_mapping, legacy_bdm=True):
- """Attempt to retrive image metadata from a given block_device_mapping.
+ """Attempt to retrieve image metadata from a given block_device_mapping.
If we are booting from a volume, we need to get the volume details from
Cinder and make sure we pass the metadata back accordingly.