Skip to content

Commit cdaa56a

Browse files
authored
Merge pull request #2030 from rackerlabs/nautobot_napalm_settings
fix: nautobot napalm enforcing ssh
2 parents 4a2583f + 63771c1 commit cdaa56a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

containers/nautobot/nautobot_config.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,11 @@ def _read_cred(filename):
192192
},
193193
},
194194
},
195+
"network_driver_mappings": {
196+
"napalm": {
197+
"cisco_nxos": "nxos_ssh",
198+
},
199+
},
195200
},
196201
"nautobot_golden_config": {
197202
"per_feature_bar_width": 0.15,

0 commit comments

Comments
 (0)