Comment 2 for bug 1934306

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-glance-simplestreams-sync (master)

Reviewed: https://review.opendev.org/c/openstack/charm-glance-simplestreams-sync/+/799091
Committed: https://opendev.org/openstack/charm-glance-simplestreams-sync/commit/787a9c5ae9d20fc6d714f010739bcbd765d024db
Submitter: "Zuul (22348)"
Branch: master

commit 787a9c5ae9d20fc6d714f010739bcbd765d024db
Author: Alex Kavanagh <email address hidden>
Date: Thu Jul 1 15:37:41 2021 +0100

    Ensure py3 pkgs installed on series-upgrade

    On series-upgrade the g-s-s stopped syncing due python packages required
    by the sync file (that is run in the context of the unit, rather than
    the charm) not being present. I believe they may have been removed
    during the series-upgrade when unused packages were removed.

    This patch ensures that on both upgrade and series upgrade, all the
    packages that are needed are installed.

    Change-Id: I8dfa9b0111fa3f204364e2c0833595bf8b219a7c
    Closes-Bug: #1934306