NCCLIENT_REPO value in lib/neutron_plugins/cisco is pointing to a repo
that does not exist. This fix corrects the url.
Closes-Bug #1286302
Change-Id: I42db0b3f7a4bbf5d1d053e3da8b4fbb67d47de94
| ... | ... |
@@ -23,7 +23,7 @@ Q_CISCO_PLUGIN_VLAN_RANGES=${Q_CISCO_PLUGIN_VLAN_RANGES:-vlan:1:4094}
|
| 23 | 23 |
# Specify ncclient package information |
| 24 | 24 |
NCCLIENT_DIR=$DEST/ncclient |
| 25 | 25 |
NCCLIENT_VERSION=${NCCLIENT_VERSION:-0.3.1}
|
| 26 |
-NCCLIENT_REPO=${NCCLIENT_REPO:-${GIT_BASE}/CiscoSystems/ncclient.git}
|
|
| 26 |
+NCCLIENT_REPO=${NCCLIENT_REPO:-git://github.com/CiscoSystems/ncclient.git}
|
|
| 27 | 27 |
NCCLIENT_BRANCH=${NCCLIENT_BRANCH:-master}
|
| 28 | 28 |
|
| 29 | 29 |
# This routine put a prefix on an existing function name |