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
This commit is contained in:
Damian Dabrowski 2023-04-11 22:41:33 +02:00 committed by Damian Dąbrowski
parent 583c272ae7
commit 507cae2465
1 changed files with 1 additions and 0 deletions

View File

@ -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'