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
This commit is contained in:
Yolanda Robla 2018-05-01 08:55:28 +02:00 committed by yolanda.robla
parent e24316c4ec
commit 1651f4aa15
1 changed files with 1 additions and 0 deletions

View File

@ -318,3 +318,4 @@ outputs:
when:
- step|int == 8
- is_bootstrap_node|bool
- gnocchi_api_enabled|bool