Comment 21 for bug 1551339

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

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

commit 48ee65f15e346cff46e0bf0cfba9dbe9afe43528
Author: Artem Roma <email address hidden>
Date: Tue Mar 15 12:37:07 2016 +0200

    Set 'deployed_before' attribute in cluster attributes if not present

    Before this change if master node had been upgraded to Fuel of
    versions >= 8.0, attempt to re/deploy existing clusters would have failed
    as attributes of those clusters would have lack 'deployed_before' field.

    Since processing of the flag is temporary solution it should not be
    coded in data base migration logic. Thus the change introduces creating
    of the attribute with given value if it is not already present.

    Change-Id: I302ddb340d2ecf14b1fa414fda71aa7f32363bdf
    Closes-Bug: #1551339
    (cherry picked from commit cfa146e9dd7d1579fc4baa7580aedb8afb57414c)