OpenStack's Image Service-Glance--A Deep Dive
Objective: Further to the previous post this is to install and configure the OpenStack's Image Service along with several concepts around it. What is Glance? The OpenStack's Image Service is known as Glance and provides the following services for Virtual Machine (VM) Images:- - Discover - Register - Retrieve This service provides REST API that enables us to query VM images metadata and retrieve an actual image. This component is as highlighted in the screenshot below from the above diagram we see that one of the services is glance-api which accepts calls for image discovery, retrieval and storage. The second one is glance-registry which stores, process and retrieves the metadata like size, type and etc about the image. The third one is Database which stores image metadata, this could be any, but we would be choosing MySQL here. Note: The storage repository for the Image service is the Object Storage Service, it could be as simple as the