ironic.common.glance_service.service_utils.is_image_active(image)[source]¶Check the image status.
This check is needed in case the Glance image is stuck in queued status or pending_delete.
ironic.common.glance_service.service_utils.is_image_available(context, image)[source]¶Check image availability.
This check is needed in case Nova and Glance are deployed without authentication turned on.
ironic.common.glance_service.service_utils.parse_image_id(image_href)[source]¶Parse an image id from image href.
image_href – href of an image
image id parsed from image_href
InvalidImageRef – when input image href is invalid
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.