Comment 7 for bug 1635051

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

Reviewed: https://review.openstack.org/388910
Committed: https://git.openstack.org/cgit/openstack/fuel-web/commit/?id=799c9c41f8300db6b905a091582ec53b702c92a7
Submitter: Jenkins
Branch: stable/newton

commit 799c9c41f8300db6b905a091582ec53b702c92a7
Author: Vladimir Kuklin <email address hidden>
Date: Thu Oct 20 00:30:09 2016 +0300

    Change predicate to detect legacy stages for role-based emulation

    Legacy tasks adapter checks if there are pre- and post- deployment
    stages for role-based emulation using in predicate. Unfortunately,
    it is broken due to legacy orchestrator graph constructor
    implementation and retunrs false positive results.
    Instead we should use safe get that works properly.

    Change-Id: I22d216af9933250c473c1ccfaa931d0b41cfb1f2
    Closes-bug: #1635051
    (cherry picked from commit efdd063170062d1bc881cd31c52bcee08bcdc9ee)