Comment 13 for bug 1563851

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

Reviewed: https://review.openstack.org/301857
Committed: https://git.openstack.org/cgit/openstack/python-fuelclient/commit/?id=85311221ca32c190c963f32d1ffb4cc092f96ec6
Submitter: Jenkins
Branch: master

commit 85311221ca32c190c963f32d1ffb4cc092f96ec6
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