Comment 7 for bug 1524284

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

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

commit a48da802d2a20514648c1ca2d9f89b9da1039492
Author: Alexander Saprykin <email address hidden>
Date: Fri Jan 15 15:58:03 2016 +0100

    Fix configuration merging for multiple roles

    Serializer used incorrect logic to merge configuration
    dictionaries. It did merging on the first nesting level
    while it is required to do it on the second.

    Change-Id: I1ef13bc80098d6e9b1f450ea35d4ec8b32d6171d
    Closes-Bug: #1524284
    (cherry picked from commit 8e65af9e316f8ec91cd0e42f49804c86e3f727e9)