Comment 8 for bug 1635051

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

Reviewed: https://review.openstack.org/388909
Committed: https://git.openstack.org/cgit/openstack/fuel-web/commit/?id=5eaf7606d67d5890ff6838aec7a647393265b0de
Submitter: Jenkins
Branch: stable/mitaka

commit 5eaf7606d67d5890ff6838aec7a647393265b0de
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