Fix image type reference

Change-Id: Ie0184c833b4e55283994803c7d59a43d1150ee21
This commit is contained in:
Julia Kreger 2020-05-18 06:21:18 -07:00
parent 44766538c5
commit 846d70698f

View File

@ -837,8 +837,8 @@ class InstanceImageCache(image_cache.ImageCache):
def cache_instance_image(ctx, node, force_raw=CONF.force_raw_images):
"""Fetch the instance's image from Glance
This method pulls the AMI and writes them to the appropriate place
on local disk.
This method pulls the disk image and writes them to the appropriate
place on local disk.
:param ctx: context
:param node: an ironic node object