January 2018
Intermediate to advanced
398 pages
7h 54m
English
This section outlines a number of steps, intended as a quick overview only, when operating against the OpenStack Image service (known as Glance). For more detailed information and explanation of each task, refer to Chapter 6, Glance – OpenStack Image Service.
Ensure that you have the OpenStack clients installed, as described in the first recipes in this chapter.
Carry out the following steps to create and modify images in OpenStack:
Uploading an image to OpenStack is achieved with the following. To upload, a QCOW2 image such as one provided by CirrOS for testing, carry out the following command:
openstack image create --container-type bare --disk-format qcow2 --public ...
Read now
Unlock full access