Skip to content
Snippets Groups Projects
Verified Commit e04205e0 authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

Remove unused attribute from Kentik settings

parent 76f06243
No related branches found
No related tags found
No related merge requests found
...@@ -119,7 +119,6 @@ ...@@ -119,7 +119,6 @@
"bgp_type": "device", "bgp_type": "device",
"bgp_lookup_strategy": "lu_global_fallback", "bgp_lookup_strategy": "lu_global_fallback",
"ASN": 137, "ASN": 137,
"route_selection": "both directions",
"snmp_community": "secret community string", "snmp_community": "secret community string",
"md5_password": "snmp password" "md5_password": "snmp password"
} }
......
...@@ -186,7 +186,6 @@ class KentikParams(BaseSettings): ...@@ -186,7 +186,6 @@ class KentikParams(BaseSettings):
bgp_type: str bgp_type: str
bgp_lookup_strategy: str bgp_lookup_strategy: str
ASN: int ASN: int
route_selection: str
snmp_community: str snmp_community: str
md5_password: str md5_password: str
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment