]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Tiny change to the README file, instructions on how to get ncclient.
authorSumit Naiksatam <snaiksat@cisco.com>
Wed, 10 Aug 2011 00:14:48 +0000 (17:14 -0700)
committerSumit Naiksatam <snaiksat@cisco.com>
Wed, 10 Aug 2011 00:14:48 +0000 (17:14 -0700)
quantum/plugins/cisco/README

index 3275b22311771c5ea56ba2b641e6c05b2090c390..68d1b5cf42439c18fdf27075906ab94310d544c4 100755 (executable)
@@ -48,8 +48,14 @@ 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.  \r
-  ** See http://schmizz.net/ncclient/ for documentation and downloads. \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
+\r
+     git clone git@github.com:ddutta/ncclient.git \r
+     sudo python ./setup.py install\r
+\r
+  ** For more information of ncclient, see:\r
+     http://schmizz.net/ncclient/\r
 \r
 To verify the version of any package you have installed on your system,\r
 run "rpm -qav | grep <package name>", where <package name> is the \r