From 5b23b5ef6b3fd816150ef0499661a99748e0faad Mon Sep 17 00:00:00 2001 From: Tyler Smith Date: Wed, 12 Jan 2011 20:44:27 -0500 Subject: [PATCH] Updating Cisco README with instructions on installing the patched ncclient library Change-Id: I6bd7cb96fc6e1d2ac0bc811561b7f89d1c7d18c8 --- quantum/plugins/cisco/README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/quantum/plugins/cisco/README b/quantum/plugins/cisco/README index ea1d2af7755..148a3f32630 100755 --- a/quantum/plugins/cisco/README +++ b/quantum/plugins/cisco/README @@ -52,10 +52,10 @@ NX-OS version and packages to enable Nexus support: * paramiko library - SSHv2 protocol library for python ** To install on RHEL 6.1, run: yum install python-paramiko * ncclient v0.3.1 - Python library for NETCONF clients - ** RedHat does not provide a package for ncclient in RHEL 6.1. Here is how - to get it, from your shell prompt do: + ** You need a version of ncclient modifed by Cisco Systems. + To get it, from your shell prompt do: - git clone git@github.com:ddutta/ncclient.git + git clone git@github.com:CiscoSystems/ncclient.git sudo python ./setup.py install ** For more information of ncclient, see: