[Openstack] Glance image can't be public

Wilson Kwok leiw324 at gmail.com
Wed May 13 04:55:27 UTC 2015


Hello all,

I have been upload image by Glance that can show in image-list:

root at openstack:/home/wilson# glance image-list
+--------------------------------------+--------+-------------+------------------+-----------+--------+
| ID                                   | Name   | Disk Format | Container
Format | Size      | Status |
+--------------------------------------+--------+-------------+------------------+-----------+--------+
| 53d53881-961e-463d-b898-e8f6e56ede87 | Ubuntu | qcow2       | bare
      | 262078976 | active |
+--------------------------------------+--------+-------------+------------------+-----------+--------+

then I upload another one using following command:

glance image-create --name "testing" --disk-format qcow2 --container-format
bare --is-public ture < ubuntu-12.04-server-cloudimg-amd64-disk1.img

but it is not public

+------------------+--------------------------------------+
| Property         | Value                                |
+------------------+--------------------------------------+
| checksum         | 2bdc5bfac378385cedae59c4301799eb     |
| container_format | bare                                 |
| created_at       | 2015-05-13T04:50:12                  |
| deleted          | False                                |
| deleted_at       | None                                 |
| disk_format      | qcow2                                |
| id               | 013fca2c-8e13-4b67-a04f-7befca32c6a9 |
| is_public        | False                                |
| min_disk         | 0                                    |
| min_ram          | 0                                    |
| name             | testing                              |
| owner            | None                                 |
| protected        | False                                |
| size             | 262078976                            |
| status           | active                               |
| updated_at       | 2015-05-13T04:50:17                  |
| virtual_size     | None                                 |
+------------------+--------------------------------------+

so can't show in image-list, why ?

Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20150513/03093dc5/attachment.html>


More information about the Openstack mailing list