From: Sumit Naiksatam Date: Wed, 10 Aug 2011 00:14:48 +0000 (-0700) Subject: Tiny change to the README file, instructions on how to get ncclient. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=48349e32d267d0a48f95c963e9094de1ece1d35a;p=openstack-build%2Fneutron-build.git Tiny change to the README file, instructions on how to get ncclient. --- diff --git a/quantum/plugins/cisco/README b/quantum/plugins/cisco/README index 3275b2231..68d1b5cf4 100755 --- a/quantum/plugins/cisco/README +++ b/quantum/plugins/cisco/README @@ -48,8 +48,14 @@ 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. - ** See http://schmizz.net/ncclient/ for documentation and downloads. + ** RedHat does not provide a package for ncclient in RHEL 6.1. Here is how + to get it, from your shell prompt do: + + git clone git@github.com:ddutta/ncclient.git + sudo python ./setup.py install + + ** For more information of ncclient, see: + http://schmizz.net/ncclient/ To verify the version of any package you have installed on your system, run "rpm -qav | grep ", where is the