]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Updating Cisco README with instructions on installing the patched ncclient library
authorTyler Smith <tylesmit@cisco.com>
Thu, 13 Jan 2011 01:44:27 +0000 (20:44 -0500)
committerTyler Smith <tylesmit@cisco.com>
Thu, 13 Jan 2011 01:51:27 +0000 (20:51 -0500)
Change-Id: I6bd7cb96fc6e1d2ac0bc811561b7f89d1c7d18c8

quantum/plugins/cisco/README

index ea1d2af7755785c63de908b15beceae970686ae1..148a3f32630893806a41aea85d6fad016785cebf 100755 (executable)
@@ -52,10 +52,10 @@ NX-OS version and packages to enable Nexus support:
 * paramiko library - SSHv2 protocol library for python\r
   ** To install on RHEL 6.1, run: yum install python-paramiko\r
 * ncclient v0.3.1 - Python library for NETCONF clients \r
-  ** RedHat does not provide a package for ncclient in RHEL 6.1. Here is how\r
-     to get it, from your shell prompt do:\r
+  ** You need a version of ncclient modifed by Cisco Systems.\r
+     To get it, from your shell prompt do:\r
 \r
-     git clone git@github.com:ddutta/ncclient.git \r
+     git clone git@github.com:CiscoSystems/ncclient.git\r
      sudo python ./setup.py install\r
 \r
   ** For more information of ncclient, see:\r