From 1651f4aa15b46cc37b4a5f2c36deff9180fa31b3 Mon Sep 17 00:00:00 2001 From: Yolanda Robla Date: Tue, 1 May 2018 08:55:28 +0200 Subject: [PATCH] Add missing check for gnocchi api enabled If gnocchi api is not enabled, the db sync cannot be run, as it will fail due to an invalid config file. Change-Id: If08b3ef4c87f501cf7fff690441351c74ebc4c98 --- docker/services/gnocchi-api.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/services/gnocchi-api.yaml b/docker/services/gnocchi-api.yaml index 9a0e14adca..2ebe5b35a3 100644 --- a/docker/services/gnocchi-api.yaml +++ b/docker/services/gnocchi-api.yaml @@ -318,3 +318,4 @@ outputs: when: - step|int == 8 - is_bootstrap_node|bool + - gnocchi_api_enabled|bool