Bug 1041798

Summary: [RFE][glance]: glance image-show <id> show "location"
Product: Red Hat OpenStack Reporter: RHOS Integration <rhos-integ>
Component: RFEsAssignee: RHOS Maint <rhos-maint>
Status: CLOSED UPSTREAM QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: markmc, yeylon
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: https://blueprints.launchpad.net/glance/+spec/glance-image-show-location
Whiteboard: upstream_milestone_none upstream_status_unknown upstream_definition_new
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-03-19 17:20:16 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description RHOS Integration 2013-12-12 19:22:24 UTC
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