Skip to content
This repository has been archived by the owner on Feb 10, 2018. It is now read-only.

Commit

Permalink
Increasing napalm-base requirement to fix missing 'TRACEROUTE_VRF'
Browse files Browse the repository at this point in the history
Received this error using napalm-junos with Ansible while running napalm-base-0.21.0.

"cannot connect to device: 'module' object has no attribute 'TRACEROUTE_VRF'"

$ pip list | grep napalm-base
napalm-base (0.21.0)

Upgrading to napalm-base 0.23.0 fixed the issue.

Basically one of the Pull Requests created a napalm-base dependency that hadn't been properly reflected in requirements.txt.

Note, this probably applies to other napalm platforms.
  • Loading branch information
ktbyers committed Mar 14, 2017
1 parent 4570592 commit 01924f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
napalm-base>=0.20.3
napalm-base>=0.23.0
junos-eznc

0 comments on commit 01924f0

Please sign in to comment.