From 9f1eb3993624ee355c300b8ce7a2b444f7dae26f Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Fri, 29 Mar 2019 13:19:39 -0400 Subject: [PATCH] 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 --- etc/openstack_deploy/conf.d/rally.yml.aio | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 etc/openstack_deploy/conf.d/rally.yml.aio diff --git a/etc/openstack_deploy/conf.d/rally.yml.aio b/etc/openstack_deploy/conf.d/rally.yml.aio new file mode 100644 index 0000000000..980bc67471 --- /dev/null +++ b/etc/openstack_deploy/conf.d/rally.yml.aio @@ -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 +{} \ No newline at end of file