Comment 22 for bug 1563851

Revision history for this message
Vladimir Kuklin (vkuklin) wrote :

So the follow-up to the bug is as following:

1) config_id is meaningless and does not provide any useful info - it should be removed from the output
2) graph upload and download commands have different semantics - upload allows to upload graphs of any type, but download does not allow to download release and plugin specific graphs without specifying environment id, which is a redundant restriction, moreover, to download cluster specific graph you need to explicitly set (--cluster), otherwise it will download full graph
3) graph list does not allow to list release and plugin graphs
4) graph download downloads plugin graph instead of release graph (fixed in master here https://review.openstack.org/#/c/319802/4)

This all should be fixed with the first maintenance update as it affects UX very poorly