python-glanceclient/glanceclient/v2
Liang Fang 5fb14f5ebb Show the backend store info
When running "glance -v image-list" there's no store info listed, so
user cannot know the type of the backend. This patch added an new option
"--include-stores" and is to add the store id to the output of "glance
image-list --include-stores".

The final output may like:
+-----+------+-------------+-----+----------+--------+-----+------+
| ID  | Name | Disk_format | ... | Size     | Status |Owner|Stores|
+-----+------+-------------+-----+----------+--------+-----+------+
| xxx | img1 | raw         | ... | 10737418 | active | xxx | ceph |
| xxx | img2 | raw         | ... | 5086345  | active | xxx | file |
+-----+------+-------------+-----+----------+--------+-----+------+

Change-Id: If86ef714c3aa03ce43ef29f26892f431f4766560
Co-authored-by: Jack Ding <jack.ding@windriver.com>
Signed-off-by: Liang Fang <liang.a.fang@intel.com>
2018-11-08 17:50:26 -08:00
..
__init__.py Fix an issue with broken test on ci 2015-07-13 17:54:41 +03:00
client.py Add versions list function 2015-11-10 10:28:32 +08:00
image_members.py Add request id to returned objects 2017-01-20 14:50:42 +05:30
image_schema.py Add support for hide old images 2018-07-25 10:27:28 -04:00
image_tags.py Add request id to returned objects 2017-01-20 14:50:42 +05:30
images.py Use "multihash" for data download validation 2018-09-07 14:50:24 -04:00
metadefs.py Merge "Fix 'UnicodeEncodeError' for unicode values in url" 2017-07-24 14:36:17 +00:00
namespace_schema.py Ship the default metadata schema in the client 2016-03-24 09:04:20 +00:00
resource_type_schema.py Ship the default metadata schema in the client 2016-03-24 09:04:20 +00:00
schemas.py Replace six.iteritems() with .items() 2017-02-08 16:33:46 +08:00
shell.py Show the backend store info 2018-11-08 17:50:26 -08:00
tasks.py Add request id to returned objects 2017-01-20 14:50:42 +05:30
versions.py Add versions list function 2015-11-10 10:28:32 +08:00