我要评分
获取效率
正确性
完整性
易理解

Verifying Glance

Perform the following operations on the controller node.

  1. Use the admin credential.
    1
    source /etc/keystone/admin-openrc
    
  2. Download an image.
    1
    wget https://download.cirros-cloud.net/0.5.1/cirros-0.5.1-aarch64-disk.img --no-check-certificate
    
  3. Upload the image to Glance.
    1
    openstack image create "cirros-0.5.1-aarch64" --file cirros-0.5.1-aarch64-disk.img --disk-format qcow2 --container-format bare --public
    
  4. Confirm the uploaded image and its attributes.
    1
    openstack image list