Comment 2 for bug 1877974

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

Reviewed: https://review.opendev.org/726763
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=82c5c1c75f2d5d182a6170f02e17402dc66506d9
Submitter: Zuul
Branch: master

commit 82c5c1c75f2d5d182a6170f02e17402dc66506d9
Author: Mark Goddard <email address hidden>
Date: Mon May 11 10:23:58 2020 +0100

    Fixes Gnocchi & external Ceph integration

    The removal of Kolla Ceph deploy [1] broke gnocchi & external Ceph
    integration - the variable gnocchi_pool_name is referenced in the config
    template, but should now be ceph_gnocchi_pool_name.

    This change fixes the issue.

    Reported by Nick Wilson.

    [1] https://review.opendev.org/#/c/704309/12/ansible/roles/gnocchi/defaults/main.yml

    Change-Id: I7089781c0c4d7bce8a44cb8b1fca847dd0b7efd1
    Closes-Bug: #1877974