Comment 12 for bug 1778823

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

Reviewed: https://review.openstack.org/634424
Committed: https://git.openstack.org/cgit/openstack/charm-ceph-osd/commit/?id=336581efeb9a1c5d363c5d3ce631d9bad1a8a337
Submitter: Zuul
Branch: master

commit 336581efeb9a1c5d363c5d3ce631d9bad1a8a337
Author: Felipe Reyes <email address hidden>
Date: Fri Feb 1 11:39:27 2019 -0300

    Update cloud-archive.list when upgrading from Pike to Queens

    ceph-osd charm only upgrades when the ceph version changes, for the
    case of upgrading from Pike to Queens the charm is skipping any
    upgrades, because the Cloud Archive has Luminous for those 2 releases.

    This patch checks if the requested ceph version is luminous and if the
    'source' changed from pike to queens to then upgrade
    /etc/apt/sources.list.d/cloud-archive.list via add_source()

    Change-Id: I27c2d7648a1add6528924724a03682060d2d6007
    Closes-Bug: 1778823