Bug 1041798 - [RFE][glance]: glance image-show <id> show "location"
Summary: [RFE][glance]: glance image-show <id> show "location"
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: RFEs
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: RHOS Maint
QA Contact:
URL: https://blueprints.launchpad.net/glan...
Whiteboard: upstream_milestone_none upstream_stat...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-12 19:22 UTC by RHOS Integration
Modified: 2015-03-19 17:20 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-03-19 17:20:16 UTC
Target Upstream Version:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.