Comment 9 for bug 1626855

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

Reviewed: https://review.openstack.org/378574
Committed: https://git.openstack.org/cgit/openstack/fuel-web/commit/?id=222dc9a335739b4f64eed8197993d86dabeeefeb
Submitter: Jenkins
Branch: stable/mitaka

commit 222dc9a335739b4f64eed8197993d86dabeeefeb
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