From 182b6d037bda7806d9cdb0c11f3c2b073f9c9e5e Mon Sep 17 00:00:00 2001 From: Michal Kratochvil Date: Fri, 28 Jun 2024 13:59:54 +0000 Subject: [PATCH] remove obsolete hcm policy --- octavia/common/constants.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/octavia/common/constants.py b/octavia/common/constants.py index 6350053b32..9b3fb3b3eb 100644 --- a/octavia/common/constants.py +++ b/octavia/common/constants.py @@ -225,8 +225,7 @@ L7_ESD_POLICIES = ['x_forward_5b6e_v1_0', 'one_connect_dd5c_v1_0', 'no_one_connect_3caB_v1_0', 'http_compression_e4a2_v1_0', 'cookie_encryption_b82a_v1_0', 'sso_22b0_v1_0', - 'sso_required_f544_v1_0', 'http_redirect_a26c_v1_0', - 'hcm_rmk_restrict_internal'] + 'sso_required_f544_v1_0', 'http_redirect_a26c_v1_0'] VALID_LISTENER_ESD_MAP = { PROTOCOL_PROXY: L4_ESD_POLICIES, PROTOCOL_TCP: L4_ESD_POLICIES,