Comment 8 for bug 1616722

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

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

commit c910f056a989f1c7c3149cb62d289dc974beb1c3
Author: Ilya Kutukov <email address hidden>
Date: Wed Aug 31 19:45:17 2016 +0300

    Empty fields processed correctly in plugin adapters

    Before this patch all empty but existing plugin metadata properties was
    removed from output as well as `tasks` field that was not respecting
    not null constraint at DB level.

    As a minor patch payload missing InvalidFileFormat error was added.

    Change-Id: I6a21e347fefb7a9a30be562b7fb3e4a8c5c61a36
    Partial-Bug: 1616722
    Closes-Bug: 1626855