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:
parent
b1f0ba9260
commit
9f1eb39936
5
etc/openstack_deploy/conf.d/rally.yml.aio
Normal file
5
etc/openstack_deploy/conf.d/rally.yml.aio
Normal 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
|
||||
{}
|
Loading…
Reference in New Issue
Block a user