Comment 12 for bug 1538526

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

Reviewed: https://review.openstack.org/274639
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=a4925fff34fb06966cbcb9257d4b9831354f5a5e
Submitter: Jenkins
Branch: stable/8.0

commit a4925fff34fb06966cbcb9257d4b9831354f5a5e
Author: Bartosz Kupidura <email address hidden>
Date: Mon Feb 1 11:49:55 2016 +0100

    Use eval_generate instead of generate

    Current override_resources implementation will not create
    all needed dependencies/relationships (before, after, notify,
    subscribe) for new resources (not defined in catalog).

    This fix requires that override_resources MUST
    be used ALWAYS as first resource in manifets.

    We need to put that statement in documentation

    DocImpact

    Change-Id: Iac6541c6e7440cb9c4c87ee52cc178c548b19ad6
    Closes-Bug: #1538526