Comment 3 for bug 1735118

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

Reviewed: https://review.openstack.org/523818
Committed: https://git.openstack.org/cgit/openstack/puppet-gnocchi/commit/?id=274b8f39acb23c5aa8b49684f405d8ae385de111
Submitter: Zuul
Branch: master

commit 274b8f39acb23c5aa8b49684f405d8ae385de111
Author: Alfredo Moralejo <email address hidden>
Date: Wed Nov 29 10:29:27 2017 +0100

    Use gnocchi-api binary for wsgi script

    WSGI script gnocchi/rest/app.wsgi has been removed in [1] which has
    been included in release 4.1.0 and gnocchi-api must be used instead [2].

    Note that new version has been bumped in RDO but not ubuntu yet, so
    this patch is switching the wsgi script only for Red Hat deployments.

    [1] https://github.com/gnocchixyz/gnocchi/commit/cef3396908947b6a8437476c899e6d5cec48a6d5#diff-f6608875dec4d7646c38d649181fd350
    [2] https://github.com/gnocchixyz/gnocchi/blob/176c1332f6279dfa3a8238c9e017769553e59f02/releasenotes/notes/wsgi-script-deprecation-c6753a844ca0b411.yaml

    Change-Id: Ibf901844e8319eec9c60f7c5c27770c89aae6427
    Closes-Bug: #1735118