<div dir="ltr"><div class="gmail_default" style="font-family:monospace,monospace"><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, May 12, 2015 at 10:55 PM, Wilson Kwok <span dir="ltr"><<a href="mailto:leiw324@gmail.com" target="_blank">leiw324@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hello all,<div><br></div><div>I have been upload image by Glance that can show in image-list:</div><div><br></div><div><div>root@openstack:/home/wilson# glance image-list</div><div>+--------------------------------------+--------+-------------+------------------+-----------+--------+</div><div>| ID                                   | Name   | Disk Format | Container Format | Size      | Status |</div><div>+--------------------------------------+--------+-------------+------------------+-----------+--------+</div><div>| 53d53881-961e-463d-b898-e8f6e56ede87 | Ubuntu | qcow2       | bare             | 262078976 | active |</div><div>+--------------------------------------+--------+-------------+------------------+-----------+--------+</div></div><div><br></div><div>then I upload another one using following command:</div><div><br></div><div>glance image-create --name "testing" --disk-format qcow2 --container-format bare --is-public ture < ubuntu-12.04-server-cloudimg-amd64-disk1.img <br></div><div><br></div><div>but it is not public</div><div><br></div><div><div>+------------------+--------------------------------------+</div><div>| Property         | Value                                |</div><div>+------------------+--------------------------------------+</div><div>| checksum         | 2bdc5bfac378385cedae59c4301799eb     |</div><div>| container_format | bare                                 |</div><div>| created_at       | 2015-05-13T04:50:12                  |</div><div>| deleted          | False                                |</div><div>| deleted_at       | None                                 |</div><div>| disk_format      | qcow2                                |</div><div>| id               | 013fca2c-8e13-4b67-a04f-7befca32c6a9 |</div><div>| is_public        | False                                |</div><div>| min_disk         | 0                                    |</div><div>| min_ram          | 0                                    |</div><div>| name             | testing                              |</div><div>| owner            | None                                 |</div><div>| protected        | False                                |</div><div>| size             | 262078976                            |</div><div>| status           | active                               |</div><div>| updated_at       | 2015-05-13T04:50:17                  |</div><div>| virtual_size     | None                                 |</div><div>+------------------+--------------------------------------+</div></div><div><br></div><div>so can't show in image-list, why ?<br></div><div><br></div><div>Thanks</div><div><br></div></div>
<br>_______________________________________________<br>
Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
Post to     : <a href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a><br>
Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
<br></blockquote></div><div class="gmail_default" style="font-family:monospace,monospace">You spelled "true" incorrectly.... you have "--is-public ture".</div><br></div></div>