Comment 9 for bug 1833743

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-tripleoclient (stable/queens)

Reviewed: https://review.opendev.org/692430
Committed: https://git.openstack.org/cgit/openstack/python-tripleoclient/commit/?id=dfabb0669f80ecbdaa23bbf4fe98ff23f587d711
Submitter: Zuul
Branch: stable/queens

commit dfabb0669f80ecbdaa23bbf4fe98ff23f587d711
Author: Alex Schultz <email address hidden>
Date: Thu Oct 31 12:54:59 2019 -0600

    Improve handling of empty resource_registry

    It's possible that content["resource_registry"] might
    not exist or be iterable so wrap the reference to it
    with a try/except for a KeyError or TypeError and continue
    the deployment without the empty resource_registry instead
    of failing.

    Change-Id: Ic7d88382a0ff15c24800f12ddbf69f13d6804b28
    Closes-Bug: #1833743
    (cherry picked from commit 96d39dc106ceacb52977d751dc1ef7dc70490070)