Comment 9 for bug 1815902

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

Reviewed: https://review.openstack.org/637825
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-galera_server/commit/?id=714c3473592b0b7a513815ed5361d5d59a576e31
Submitter: Zuul
Branch: stable/rocky

commit 714c3473592b0b7a513815ed5361d5d59a576e31
Author: Guilherme Steinmüller <email address hidden>
Date: Fri Feb 15 19:03:21 2019 +0000

    Iterate over list of values of PPC packages dict

    Currently as we are iterating over a higher level dictionary
    and it is not possible to access the item.value.url attribute
    directly.

    Alternatively, we could get the values that is a list and
    then iterate over that list to get properly the url and
    checksum variables.

    Also, we are not iterating over the dictionary we alternatively change
    the item.key to galera_server_percona_distro_packages_alt_arch.keys()[0]
    that produces the result as item.key.

    Change-Id: I3e102377630d9c8ea5c9e3ea03cae3975a05dbb8
    Closes-Bug: #1815902
    (cherry picked from commit 36d95a112da30d60847108946b433c376b4e77cc)