aboutsummaryrefslogtreecommitdiffstats
path: root/fuel-plugin/deployment_scripts/install.sh
diff options
context:
space:
mode:
authorliang gao <jean.gaoliang@huawei.com>2016-10-09 01:51:07 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-10-09 01:51:07 +0000
commit04547421604c8f30152d1947500988c2081fd54a (patch)
tree8d873defbb9732dd20fc927b27a2f3fe653a7a13 /fuel-plugin/deployment_scripts/install.sh
parentbad9d331305e9e6331d7194d4b7232a61132e8a2 (diff)
parentd9612bb6cdc275fe27679d5421321300610d1f79 (diff)
Merge "Rebase to fuel 10.0 for fuel@opnfv D release"
Diffstat (limited to 'fuel-plugin/deployment_scripts/install.sh')
-rwxr-xr-xfuel-plugin/deployment_scripts/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/fuel-plugin/deployment_scripts/install.sh b/fuel-plugin/deployment_scripts/install.sh
index 76ef433c2..6882f0be2 100755
--- a/fuel-plugin/deployment_scripts/install.sh
+++ b/fuel-plugin/deployment_scripts/install.sh
@@ -25,6 +25,6 @@ easy_install -U setuptools
cd $BIN_HOME
-curl http://$HOST:8080/plugins/fuel-plugin-yardstick-0.9/repositories/ubuntu/yardstick.tar.gz | tar xzvf -
+curl http://$HOST:8080/plugins/fuel-plugin-yardstick-1.0/repositories/ubuntu/yardstick.tar.gz | tar xzvf -
python setup.py develop