Openstack Glance is an image service that allows discovery, registration, and retrieval of virtual machine images. It has a RESTful API to query image metadata and retrieve images. Images can be stored in various locations like file systems or object storage. Glance consists of components like the Glance API, registry, database, and stores that support different storage backends. It supports various disk and container formats for images.