Comment 6 for bug 1587862

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

Reviewed: https://review.openstack.org/326491
Committed: https://git.openstack.org/cgit/openstack/python-fuelclient/commit/?id=5aa87cfbc28a2340425ccdb0a9e947330a4892be
Submitter: Jenkins
Branch: stable/mitaka

commit 5aa87cfbc28a2340425ccdb0a9e947330a4892be
Author: Ilya Kutukov <email address hidden>
Date: Wed Jun 1 20:48:47 2016 +0300

    The patch adds option --show-parameters to both fuel and fuel2

    Now commands like:
         fuel2 task history show <:deployment_task_id> --tasks-names <:deployment_task_name>
               --nodes <:node_id> --statuses <:task_status> --show-parameters
    is possible

    Flag --show-parameters for both fuel and fuel2 clients that is
    telling CLI to show deployment tasks parameters.

    Change-Id: I999ef997969940ba5150a63d9f4c163e9a974fdf
    Closes-Bug: #1587862
    (cherry picked from commit b8daca8431c59becb4cdfca68e3269e284677ca4)