Comment 4 for bug 1600672

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

Reviewed: https://review.openstack.org/354113
Committed: https://git.openstack.org/cgit/openstack/python-fuelclient/commit/?id=02b666940b361d9dd0747d4c44907d407232d022
Submitter: Jenkins
Branch: stable/mitaka

commit 02b666940b361d9dd0747d4c44907d407232d022
Author: tivaliy <email address hidden>
Date: Mon Jul 11 07:33:26 2016 +0300

    Add 'fuel2 release component list' command

    In Nailgun there is an API call for getting JSON data
    of compatible components for release and all plugins
    releated with it (GET /api/v1/releases/<:id>/components/).
    This patch adds new fuel2 command, e.g.:

           fuel2 release component list 1

    This command prints list of components for given Fuel release
    with respective cross-dependencies

    Also contains the following required changes:
     - Ic78845dbde5cef7ba0463a4f8adaca85069bcf61

    DocImpact
    Closes-Bug: 1600501
    Closes-Bug: 1600672

    Change-Id: I4c89a0ca2c606228b9dd35d8c1524bd005f320e7