Spec Lite: Show Store Info
Change-Id: Ibc5d49ea78baaec983d800d0aa47f7be42aa3c08 Signed-off-by: Liang Fang <liang.a.fang@intel.com>
This commit is contained in:
parent
3b6677d54a
commit
b75826eeba
@ -6,4 +6,10 @@ Stein Approved Specifications
|
|||||||
:glob:
|
:glob:
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
TODO: fill this in until a new approved space is added.
|
Stein approved specs for python-glanceclient:
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:glob:
|
||||||
|
:maxdepth: 1
|
||||||
|
|
||||||
|
python-glanceclient/*
|
||||||
|
@ -0,0 +1,29 @@
|
|||||||
|
..
|
||||||
|
This work is licensed under a Creative Commons Attribution 3.0 Unported
|
||||||
|
License.
|
||||||
|
|
||||||
|
http://creativecommons.org/licenses/by/3.0/legalcode
|
||||||
|
|
||||||
|
==========================
|
||||||
|
Spec Lite: Show Store Info
|
||||||
|
==========================
|
||||||
|
|
||||||
|
:project: python-glanceclient
|
||||||
|
|
||||||
|
:problem: In multi-store environment, user may want to know which backend store
|
||||||
|
images are stored in. But currently store info (store id) can only be
|
||||||
|
showed in command "glance image-show" which can only show one image.
|
||||||
|
It's not convenient when want to know the store info of a list of
|
||||||
|
images.
|
||||||
|
|
||||||
|
:solution: This spec aims to add --include-stores option to image-list, command
|
||||||
|
like "glance image-list --include-stores". As store id is the same
|
||||||
|
in most of production environment, so it's not good to list this
|
||||||
|
info in -v, otherwise the store id column will be the same value and
|
||||||
|
it's a bit redundant.
|
||||||
|
|
||||||
|
:impacts: None
|
||||||
|
|
||||||
|
:timeline: S-1
|
||||||
|
|
||||||
|
:assignee: LiangFang
|
Loading…
Reference in New Issue
Block a user