Comment 2 for bug 1854538

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

Reviewed: https://review.opendev.org/696762
Committed: https://git.openstack.org/cgit/openstack/charm-neutron-api/commit/?id=518ae9a01b7a7e43b411d012fe0ed8e02890d637
Submitter: Zuul
Branch: master

commit 518ae9a01b7a7e43b411d012fe0ed8e02890d637
Author: Felipe Reyes <email address hidden>
Date: Fri Nov 29 18:10:05 2019 -0300

    Use the version of neutron-common to determine the OpenStack version

    There are transient situations where the config option openstack-origin will
    hold the target OpenStack version, so it's not safe to be used to determine
    what packages should be installed in the unit, an accurate method is to use
    the version of the neutron-common package.

    Change-Id: I88693be390f66ba94626e52b949b5573532ea5d7
    Closes-Bug: #1854538