Comment 4 for bug 1994081

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

Reviewed: https://review.opendev.org/c/openstack/tripleo-upgrade/+/862144
Committed: https://opendev.org/openstack/tripleo-upgrade/commit/73ec7f09f4e35f1906f6fd5632aaaada72552284
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit 73ec7f09f4e35f1906f6fd5632aaaada72552284
Author: Oliver Walsh <email address hidden>
Date: Thu Oct 20 12:46:35 2022 +0100

    Create entry for empty groups in inventory_rolemap

    When a group is a child of another group then the child groups role mappings
    are added to the parent group role mappings. This which fails with a
    KeyError when the child is an empty group as no mapping is created.

    Conflicts:
            filter_plugins/tripleo_upgrade.py

    Closes-bug: #1994081
    Related: rhbz#2089512
    Change-Id: I05f4989b0f14d56d3c33f91b3cccb85b729987cb
    (cherry picked from commit 2eea005773a5d9b2a32c88e1427d839788d00dd6)