Comment 5 for bug 1610177

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

Reviewed: https://review.openstack.org/364305
Committed: https://git.openstack.org/cgit/openstack/python-fuelclient/commit/?id=908ca5cc6bbd39402ab040266b8e1573c4894b50
Submitter: Jenkins
Branch: stable/mitaka

commit 908ca5cc6bbd39402ab040266b8e1573c4894b50
Author: tivaliy <email address hidden>
Date: Mon Aug 15 21:40:39 2016 +0300

    Align filter params for deployment history command

    After the commit c179e5d0b4b8a5b4566120eceb81a1d0ed9577c8
    GET request to Nailgun should not contain parameters
    with empty values, e.g. /?param=&param1=&param2.
    This patch aligns 'fuel2 task history show' command
    execution removing empty parameters from GET requet

    Change-Id: I04f02767c45691dc4345bd73d1cc3fb3d7bd4852
    Closes-Bug: 1610177
    (cherry picked from commit ec2ed50acb710ab4b1b8f049f6118a3e88a4004b)