For the complete documentation index, see llms.txt. This page is also available as Markdown.

Heat Stack Creation Fails With Error "No images matching

Problem

The heat stack creation fails with the following error observed in the Heat API log.

008.008 12030 INFO heat.engine.stack [req-UUID - tanium-class - default default] Stack CREATE FAILED (coffeepot): Resource CREATE failed: resources.uuzm4ovvxzun: resources.scaleup_group.Property error: resources.volume.properties.image: Error validating value 'cirros.img': No images matching {'name': u'cirros.img'}.

Environment

  • Platform9 Managed OpenStack - v3.6.0 and Higher

Cause

  • The image being used in the creation of the heat stacks has its visibility set to shared.

  • This value is set by default if no visibility value like public or private is not provided.

Resolution

  • Set the OpenStack image visibility to public using the following command.

openstack set image --public [IMAGE UUID]

Additional Information

Image Service API v2

Last updated