查看镜像列表
[root@controller ~]# openstack image list | ||
---|---|---|
ID | Name | Status |
a56330e7-79d7-4639-a68f-366ac344bfe2 | HTU-CentOS7.2 | active |
eccfee07-c2c9-4e6e-96a2-b4350162ec41 | cirros | active |
75d85109-2d7d-4389-a5b1-1cceac0419e7 | snapshot 1 | active |
我们将删除snapshot 1 通过ID删除 [root@controller ~]# openstack image delete 75d85109-2d7d-4389-a5b1-1cceac0419e7
删除后再次查看镜像列表已经发现快照已经不在了
[root@controller ~]# openstack image list | ||
---|---|---|
ID | Name | Status |
a56330e7-79d7-4639-a68f-366ac344bfe2 | HTU-CentOS7.2 | active |
eccfee07-c2c9-4e6e-96a2-b4350162ec41 | cirros | active |