OpenStack Cloud Computing Cookbook(Third Edition)
上QQ阅读APP看书,第一时间看更新

Introduction

OpenStack Image Service, also known as Glance, is a service that allows you to register, discover, and retrieve virtual machine images for use in our OpenStack environment. Images made available through OpenStack Image Service can be stored in a variety of backend locations, from local filesystem storage to distributed filesystems, such as OpenStack Object Storage.

In this chapter we will be concentrating on the Controller host as shown below:

Introduction