From 245d6317f3e55b0c6b362004e3e08138e8803d76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guilherme=20Steinm=C3=BCller?= Date: Tue, 2 Apr 2019 16:40:17 +0000 Subject: [PATCH] Add trove_service_net_setup to aio deploy Since we are using integrated tests, the services overrides for role tests are not applied, which causes trove to fail. Change-Id: I6ba46a631e7a8f191159908bd6fd229dae4b1742 --- tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 b/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 index b67b5febdf..262a00ebc0 100644 --- a/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 +++ b/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 @@ -145,6 +145,7 @@ ironic_wsgi_processes: 1 ## Trove trove_api_workers_max: 2 +trove_service_net_setup: true trove_api_workers: 1 trove_conductor_workers_max: 2 trove_conductor_workers: 1