wvandeun / nornir_netbox

NetBox plugin for Nornir
Apache License 2.0
69 stars 17 forks source link

The use_platform_napalm_driver argument is broken due to netbox schema changes. #58

Open agreusel opened 1 month ago

agreusel commented 1 month ago

Since netbox updated their schema and removed the napalm_driver attribute on the platform object (moved to a plugin), the use_platform_napalm_driver argument is broken. Either the argument should be removed, or adjusted to reference the plugin object (if installed).