From 8a09eb94d926051a4588fd71440468a48852f940 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Mon, 27 Jul 2020 11:48:42 -0400 Subject: [PATCH] container-images: add librados2 to gnocchi-base This package is needed so the right dependencies are installed in the gnocchi base container images and db_sync can run fine when ceph is used as a backend. Partial-Bug: #1889192 Change-Id: Ic0bfdec756a23460f9257e78c508d167d21f0792 (cherry picked from commit c6e680e180f457b8b9085d503ea8e8b6ccdad90d) --- container-images/tcib/base/os/gnocchi-base/gnocchi-base.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/container-images/tcib/base/os/gnocchi-base/gnocchi-base.yaml b/container-images/tcib/base/os/gnocchi-base/gnocchi-base.yaml index 9beabf398..ab844bcdb 100644 --- a/container-images/tcib/base/os/gnocchi-base/gnocchi-base.yaml +++ b/container-images/tcib/base/os/gnocchi-base/gnocchi-base.yaml @@ -7,6 +7,7 @@ tcib_packages: - python3-cradox - python3-eventlet - httpd + - librados2 - mod_ssl - python3-boto3 - python3-ldappool