Comment 6 for bug 1635051

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

Reviewed: https://review.openstack.org/388907
Committed: https://git.openstack.org/cgit/openstack/fuel-web/commit/?id=efdd063170062d1bc881cd31c52bcee08bcdc9ee
Submitter: Jenkins
Branch: master

commit efdd063170062d1bc881cd31c52bcee08bcdc9ee
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