Hello all, I have been upload image by Glance that can show in image-list:
root@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@lists.openstack.org Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack