Skip to content

Commit

Permalink
remove obsolete hcm policy
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kratochvil committed Jun 28, 2024
1 parent 8c6ada9 commit 182b6d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions octavia/common/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 182b6d0

Please sign in to comment.