From c00e7b2c9549d58c799b3a0639e16a12505c348b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rados=C5=82aw=20Piliszek?= <radoslaw.piliszek@gmail.com>
Date: Mon, 30 Nov 2020 20:09:15 +0100
Subject: [PATCH] [CI] Fix the NFV scenario

It seems Aodh started being required.

Change-Id: I01714cbea03bddb0e438aebb197a8a0b2bcdb5b3
Closes-Bug: #1906299
---
 tests/templates/globals-default.j2 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/templates/globals-default.j2 b/tests/templates/globals-default.j2
index d593a87731..fd092e5ae9 100644
--- a/tests/templates/globals-default.j2
+++ b/tests/templates/globals-default.j2
@@ -86,6 +86,8 @@ enable_mistral: "yes"
 enable_redis: "yes"
 enable_barbican: "yes"
 enable_heat: "yes"
+# NOTE(yoctozepto): see https://bugs.launchpad.net/kolla-ansible/+bug/1906299
+enable_aodh: "yes"
 {% endif %}
 
 {% if scenario == "ironic" %}