From e04205e058bec2cf0050e1b2d3a69fa9cebee4d7 Mon Sep 17 00:00:00 2001 From: Karel van Klink <karel.vanklink@geant.org> Date: Fri, 26 Jul 2024 13:13:40 +0200 Subject: [PATCH] Remove unused attribute from Kentik settings --- gso/oss-params-example.json | 1 - gso/settings.py | 1 - 2 files changed, 2 deletions(-) diff --git a/gso/oss-params-example.json b/gso/oss-params-example.json index d5882de16..18dc4b67f 100644 --- a/gso/oss-params-example.json +++ b/gso/oss-params-example.json @@ -119,7 +119,6 @@ "bgp_type": "device", "bgp_lookup_strategy": "lu_global_fallback", "ASN": 137, - "route_selection": "both directions", "snmp_community": "secret community string", "md5_password": "snmp password" } diff --git a/gso/settings.py b/gso/settings.py index ed6387ba6..47720f1db 100644 --- a/gso/settings.py +++ b/gso/settings.py @@ -186,7 +186,6 @@ class KentikParams(BaseSettings): bgp_type: str bgp_lookup_strategy: str ASN: int - route_selection: str snmp_community: str md5_password: str -- GitLab