From 46fdd954b95880a5cac75b636e1f3cac522336ae Mon Sep 17 00:00:00 2001 From: Zuul Date: Tue, 20 Feb 2024 17:25:51 +0000 Subject: [PATCH] Update git submodules * Update kolla-ansible from branch 'master' to d30fb56c2aabc04fdc922a16cb85194c7e587459 - Merge "Remove the `grafana` volume" - Remove the `grafana` volume Fixes not being able to add additional plugins at build time due to the `grafana` volume being mounted over the existing `/var/lib/grafana` directory. This is fixed by copying the dashboards into the container from an existing bind mount instead of using the ``grafana`` volume. This however leaves behind the volume which should be removed with `docker volume rm grafana` or by setting `grafana_remove_old_volume` to `True`. Closes-Bug: #2039498 Change-Id: Ibcffa5d8922c470f655f447558d4a9c73b1ba361 --- kolla-ansible | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kolla-ansible b/kolla-ansible index ff63af4e65..d30fb56c2a 160000 --- a/kolla-ansible +++ b/kolla-ansible @@ -1 +1 @@ -Subproject commit ff63af4e65b60206c48d509716baebbfa171ffe1 +Subproject commit d30fb56c2aabc04fdc922a16cb85194c7e587459