반응형
Image 등록(생성)
- cirros-0.4.0-x86_64-disk.img를 cirros 라는 이름의 qcow2 포맷으로 등록
glance image-create --name "cirros" \
--file cirros-0.4.0-x86_64-disk.img \
--disk-format qcow2 --container-format bare \
--visibility=public
+------------------+----------------------------------------------------------------------------------+
| Property | Value |
+------------------+----------------------------------------------------------------------------------+
| checksum | 443b7623e27ecf03dc9e01ee93f67afe |
| container_format | bare |
| created_at | 2024-03-20T13:38:05Z |
| disk_format | qcow2 |
| id | cb814daf-9b62-4a47-a3f3-0e2beb00f9d7 |
| min_disk | 0 |
| min_ram | 0 |
| name | cirros |
| os_hash_algo | sha512 |
| os_hash_value | 6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e |
| | 2161b5b5186106570c17a9e58b64dd39390617cd5a350f78 |
| os_hidden | False |
| owner | 72b71773a4984568ae5fae2c15e6d0a0 |
| protected | False |
| size | 12716032 |
| status | active |
| tags | [] |
| updated_at | 2024-03-20T13:38:06Z |
| virtual_size | 46137344 |
| visibility | public |
+------------------+----------------------------------------------------------------------------------+
Image 목록 출력
glance image-list
+--------------------------------------+--------+
| ID | Name |
+--------------------------------------+--------+
| cb814daf-9b62-4a47-a3f3-0e2beb00f9d7 | cirros |
+--------------------------------------+--------+
반응형