[Openstack] Glance image can't be public

John Griffith john.griffith at solidfire.com
Wed May 13 05:17:10 UTC 2015


On Tue, May 12, 2015 at 10:55 PM, Wilson Kwok <leiw324 at gmail.com> wrote:

> 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
>
>
> _______________________________________________
> Mailing list:
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> Post to     : openstack at lists.openstack.org
> Unsubscribe :
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>
> You spelled "true" incorrectly.... you have "--is-public ture".
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20150512/ecf7d6c3/attachment.html>


More information about the Openstack mailing list