From 507cae2465e22a6746e68e13cfac59e71651ecba Mon Sep 17 00:00:00 2001 From: Damian Dabrowski Date: Tue, 11 Apr 2023 22:41:33 +0200 Subject: [PATCH] Change the order of horizon-back map entry Horizon's '.*' regex should be used as fallback if all other map entries do not match, so its order shouldn't have default default(00) order. This patch changes it to 99. Change-Id: I36a60b5fabcb8306f98298f3d8961bacf708228a --- inventory/group_vars/haproxy/haproxy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/inventory/group_vars/haproxy/haproxy.yml b/inventory/group_vars/haproxy/haproxy.yml index 6f3f0c0017..33f2b05540 100644 --- a/inventory/group_vars/haproxy/haproxy.yml +++ b/inventory/group_vars/haproxy/haproxy.yml @@ -271,6 +271,7 @@ haproxy_horizon_service: haproxy_stick_table: "{{ openstack_haproxy_horizon_stick_table }}" haproxy_map_entries: - name: base_regex + order: 99 #match any requests to the horizon backend entries: - '.* horizon-back'