From c89725145e58ff503d3c4cea2752cd8c10a54f09 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 d5882de1..18dc4b67 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 ed6387ba..47720f1d 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