Configure Brocade plug-in - minor edit to Cloud Administrator Guide

1) Removing the "www" from the Brocade ncclient address so the
address to clone from is now "https://github.com/brocade/ncclient", which
matches the correct github address.

Change-Id: I7ffe5e6f3f1b23aa7f64888605ac5285e0b990fa
backport: none
Closes-Bug: #1376657
This commit is contained in:
Joseph Robinson 2014-10-03 10:53:27 +10:00
parent b878ba9ef1
commit ece642738e

View File

@ -42,7 +42,7 @@
<para>Install the Brocade-modified Python netconf client (ncclient) library, which
is available at <link xlink:href="https://github.com/brocade/ncclient"
>https://github.com/brocade/ncclient</link>:</para>
<screen><prompt>$</prompt> <userinput>git clone https://www.github.com/brocade/ncclient</userinput></screen>
<screen><prompt>$</prompt> <userinput>git clone https://github.com/brocade/ncclient</userinput></screen>
<para>As <systemitem class="username">root</systemitem>, run this command:</para>
<screen><prompt>#</prompt> <userinput>cd ncclient;python setup.py install</userinput></screen>
</step>