Comment 38 for bug 1563851

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-fuelclient (stable/mitaka)

Reviewed: https://review.openstack.org/371343
Committed: https://git.openstack.org/cgit/openstack/python-fuelclient/commit/?id=6a5a8fad746488963329708fd07cccf318e7fcdc
Submitter: Jenkins
Branch: stable/mitaka

commit 6a5a8fad746488963329708fd07cccf318e7fcdc
Author: Ilya Kutukov <email address hidden>
Date: Tue Jun 28 21:45:12 2016 +0300

    Graph list now working for all levels, not only cluster

    Before this patch it was possible only to view list of graphs
    that are related to cluster level of given env and no more.

    Now graphs list for env is returning all graphs
    related to it (release, plugins and cluster level).

    Now the following commands are possible:

    fuel2 graph list [--env ENV_ID] [--cluster] [--plugins] [--release]

    All options working as filter narrowing list to the given environment
    related graphs and/or graphs levels.

    Change-Id: I006cf6767a9bf0d89af5026728bd13ddc42c4aa8
    Partial-Bug: #1563851
    Closes-Bug: #1621585