Comment 2 for bug 1631897

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

Reviewed: https://review.openstack.org/384475
Committed: https://git.openstack.org/cgit/openstack/charm-neutron-gateway/commit/?id=a5b680daa6147d01f8c569d831bc9e05c638c7b1
Submitter: Jenkins
Branch: master

commit a5b680daa6147d01f8c569d831bc9e05c638c7b1
Author: Liam Young <email address hidden>
Date: Mon Oct 10 12:34:58 2016 +0000

    Correct package list post-upgrade

    The list of packages to install post-upgrade was being retrieved
    using the pre-upgrade OpenStack release version due to the
    os_release function using a caches value.

    This change syncs in charmhelpers which includes the reset_os_release
    function to clear the cache. This charm now uses that function to
    clear the cache after the dist-upgrade

    Change-Id: I23f7af2b464c7e710423c15122c06bcea84e27a3
    Closes-Bug: 1631897