Comment 18 for bug 1544505

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

Reviewed: https://review.openstack.org/332929
Committed: https://git.openstack.org/cgit/openstack/fuel-web/commit/?id=a5f3cc2a0b5a4d29bb709c72ad5e25416ef33f7e
Submitter: Jenkins
Branch: stable/8.0

commit a5f3cc2a0b5a4d29bb709c72ad5e25416ef33f7e
Author: Bulat Gaifullin <email address hidden>
Date: Wed Feb 17 20:49:26 2016 +0300

    Fixed missed plugin attributes in deployment info

    After Mutable DB fields were introduced the changing of nested data in such
    fields leads to saving changes into DB.
    Now we can't use Mutable fields for transfer temporary changed data inside
    the business logic and all places with implicit using of JSON field for
    transferring temporary changed data were removed.
    This is the reason of loosing plugins data from the serialized
    deployment_info. For fix we are adding cluster plugins attributes into
    deployment_info explicitly.

    Change-Id: I0807c816c9d3af22a0d7e31f9ce96e974749c525
    Closes-Bug: #1544505