rally: add empty rally.yml.aio file

We need an empty file because as bootstrap-host runs, it expects
that a $service.yml.aio exists for each service running.

We run Rally in the utility container therefore this patch just
adds an empty file to stop Ansible from crashing.

Change-Id: Ia645851a23595a5a988bd0073f90fe6ef361d521
This commit is contained in:
Mohammed Naser 2019-03-29 13:19:39 -04:00
parent b1f0ba9260
commit 9f1eb39936

View File

@ -0,0 +1,5 @@
---
# This is a empty file because we deploy Rally inside
# the utility container however our gating requires that
# a .aio file exists for it
{}