Skip to content
Snippets Groups Projects
Commit c8972514 authored by Karel van Klink's avatar Karel van Klink :smiley_cat: Committed by Neda Moeini
Browse files

Remove unused attribute from Kentik settings

parent 6560462e
No related branches found
No related tags found
1 merge request!235Add a Kentik service to GSO
...@@ -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.
Finish editing this message first!
Please register or to comment