Comment 1 for bug 1758014

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (master)

Reviewed: https://review.openstack.org/555250
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=d9e4d838aa28997f4021fd778f402c7afc0304a6
Submitter: Zuul
Branch: master

commit d9e4d838aa28997f4021fd778f402c7afc0304a6
Author: Jiri Stransky <email address hidden>
Date: Thu Mar 22 11:58:59 2018 +0100

    Allow stacks to remove old update resources

    Change I6c5eafe76eb53bc38d100a9ba132dd8fe6dd2d5f removed old
    update-related resources, but it seems that we need to do such removal
    in two steps to allow smooth transition for existing stacks: first
    remove them from the stack, and only then completely remove the
    mapping from resource registry. If we try to do both at the same time,
    we get:

    ERROR: The Resource Type (OS::TripleO::Tasks::UpdateWorkflow) could
    not be found.

    So we'll need to keep these resource registry entries around (even
    though mapped to OS::Heat::None) for the Rocky cycle still. They can
    be removed in S.

    Change-Id: I866e659bd373dfb2816508165b7f3abb9580e2d0
    Closes-Bug: #1758014