Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/glance/+spec/glance-image-show-location. Description: Currently "glance image-show <id>" command shows the following information: # glance image-show 59b38ffb-3185-4acd-b085-277f39f8ab6c +------------------+--------------------------------------+ | Property | Value | +------------------+--------------------------------------+ | container_format | bare | | created_at | 2013-05-27T15:42:50 | | deleted | False | | disk_format | qcow2 | | id | 59b38ffb-3185-4acd-b085-277f39f8ab6c | | is_public | True | | min_disk | 0 | | min_ram | 0 | | name | Ubuntu-12.04-x86_64 | | protected | False | | size | 252313600 | | status | active | | updated_at | 2013-05-27T15:42:50 | +------------------+--------------------------------------+ What's missing here is the "location" where this image is coming from when it was added with the "--location" command line option. This could be useful information and it would be trivial to fetch from the database. Specification URL (additional information): None