Comment 6 for bug 1727347

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-common (stable/rocky)

Reviewed: https://review.openstack.org/599264
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=ea12e6994f2d5dfbd7850fd54e765e9d10833709
Submitter: Zuul
Branch: stable/rocky

commit ea12e6994f2d5dfbd7850fd54e765e9d10833709
Author: Steve Baker <email address hidden>
Date: Thu Aug 30 10:42:27 2018 +1200

    Handle sparse resource registry in build_service_filter

    During image prepare, the intent of build_service_filter is to filter
    out services which are *known* to be not containerized, either because
    they are puppet services, or have been mapped to 'OS::Heat::None'.

    However if a partial resource registry is passed in, then this was
    also filtering out the services with missing resource_registry
    mappings. Since we're now assuming services are containerized by
    default, this behaviour was cause many of the issues with missing or
    no image parameters being generated.

    Closes-Bug: #1727347
    Change-Id: Ie65038e3ed73a77aeec9178231ab776ed26a2d84
    (cherry picked from a26410ff9d32c05d7d59e1594510bf3f154f5f64)