Comment 20 for bug 1803451

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

Reviewed: https://review.openstack.org/618139
Committed: https://git.openstack.org/cgit/openstack/charm-heat/commit/?id=ade222568d02e7ab6967996e3aecbf09368c2679
Submitter: Zuul
Branch: master

commit ade222568d02e7ab6967996e3aecbf09368c2679
Author: James Page <email address hidden>
Date: Thu Nov 15 12:16:52 2018 +0000

    Deal with py2-py3 migration during charm upgrade

    On charm upgrade the charm may switch to py3 packages. If so, ensure
    the old py2 packages are purged after any new packages have been
    installed. If packages where removed during the upgrade, then
    restart all services to pickup any py2->py3 switches.

    Change-Id: I9acd536c437ff9d8c6a7056ac255aa4b6de62673
    Closes-Bug: 1803451