From 99db669fb69020cc84a1d92b66a527745517617d Mon Sep 17 00:00:00 2001
From: Mark Goddard <mark@stackhpc.com>
Date: Tue, 23 Feb 2021 09:30:11 +0000
Subject: [PATCH] CI: Reduce neutron RPC service workers to 1

Change-Id: I48e7fe2a5a585a2e1cab885b4d725dec7e175aea
---
 tests/templates/globals-default.j2 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/templates/globals-default.j2 b/tests/templates/globals-default.j2
index f741a07970..332d3ef760 100644
--- a/tests/templates/globals-default.j2
+++ b/tests/templates/globals-default.j2
@@ -38,6 +38,7 @@ kolla_internal_vip_address: "{{ kolla_internal_vip_address }}"
 neutron_external_interface: "{{ neutron_external_interface_name }}"
 openstack_logging_debug: "True"
 openstack_service_workers: "1"
+openstack_service_rpc_workers: "1"
 {% endif %}
 
 {% if need_build_image and not is_previous_release %}