Comment 3 for bug 1576261

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

Reviewed: https://review.openstack.org/319967
Committed: https://git.openstack.org/cgit/openstack/fuel-web/commit/?id=e31b5b16ee3529cd835a05ec523c0c0731c0c671
Submitter: Jenkins
Branch: master

commit e31b5b16ee3529cd835a05ec523c0c0731c0c671
Author: Dmitry Guryanov <email address hidden>
Date: Tue May 31 14:13:32 2016 +0300

    Fix deployment_tasks api, when graph_type is an empty string

    Nailgun should treat and empty string, given to

    /clusters/(?P<obj_id>\d+)/deployment_tasks/?graph_type=$
    /clusters/(?P<obj_id>\d+)/deployment_tasks/plugins/?graph_type=$
    /clusters/(?P<obj_id>\d+)/deployment_tasks/release/?graph_type=$
    e.t.c.

    as default graph type. So let's convert some 'false'
    values to None in handlers.

    Change-Id: I238764d24fc14b2a41baaca37dabb6264e7e91d8
    Closes-Bug: #1576261