Comment 16 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/304174
Committed: https://git.openstack.org/cgit/openstack/python-fuelclient/commit/?id=ae75ccd49586d091e4b10d1155ce1af281717a9d
Submitter: Jenkins
Branch: stable/mitaka

commit ae75ccd49586d091e4b10d1155ce1af281717a9d
Author: Ilya Kutukov <email address hidden>
Date: Tue Apr 5 21:15:10 2016 +0300

    Add custom graph download and list support to the Fuel V2 CLI

    Following commands are added:

    * fuel2 graph download --env env_id --all [--type graph_type] [--file cluster_graph.yaml]

    * fuel2 graph download --env env_id --cluster [--type graph_type] [--file cluster_graph.yaml]

    * fuel2 graph download --env env_id --plugins [--type graph_type] [--file plugins_graph.yaml]

    * fuel2 graph download --env env_id --release [--type graph_type] [--file release_graph.yaml]

    --type is optional and ‘default’ graph will be downloaded in no type is
    defined.

    * fuel2 graph list --env env_id

    Change-Id: Iba9255f2b201ffc54e81e0f15ba7b9e415ef63ba
    Closes-Bug: #1563851
    DocImpact
    (cherry picked from commit 85311221ca32c190c963f32d1ffb4cc092f96ec6)