Verifying Glance
Perform the following operations on the controller node.
- Use the admin credential.
1source /etc/keystone/admin-openrc
- Download an image.
1wget https://download.cirros-cloud.net/0.5.1/cirros-0.5.1-aarch64-disk.img --no-check-certificate
- Upload the image to Glance.
1openstack image create "cirros-0.5.1-aarch64" --file cirros-0.5.1-aarch64-disk.img --disk-format qcow2 --container-format bare --public
- Confirm the uploaded image and its attributes.
1openstack image list
Parent topic: Installing, Configuring, and Verifying Glance