diff --git a/ironic/drivers/modules/deploy_utils.py b/ironic/drivers/modules/deploy_utils.py index 6bc73c0cbd..8c14587699 100644 --- a/ironic/drivers/modules/deploy_utils.py +++ b/ironic/drivers/modules/deploy_utils.py @@ -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