diff options
author | Tim Rozet <trozet@redhat.com> | 2016-08-11 21:22:47 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-08-11 21:22:47 +0000 |
commit | f03e10771fb5031a19ae998665d02470af61c11e (patch) | |
tree | 3547d6ba113ba6f9cd4869d20e55adad379a06c1 /build/overcloud-opendaylight-sfc.sh | |
parent | 8f6db379e0051ed544739fa08b124b18d5979dd9 (diff) | |
parent | 05a60233aa46840753dec256ec14668584eb951f (diff) |
Merge "Fixes NSH OVS 2.5.90"
Diffstat (limited to 'build/overcloud-opendaylight-sfc.sh')
-rwxr-xr-x | build/overcloud-opendaylight-sfc.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/overcloud-opendaylight-sfc.sh b/build/overcloud-opendaylight-sfc.sh index 7f8508a8..612f483d 100755 --- a/build/overcloud-opendaylight-sfc.sh +++ b/build/overcloud-opendaylight-sfc.sh @@ -20,8 +20,8 @@ cp -f overcloud-full-opendaylight.qcow2 overcloud-full-opendaylight-sfc_build.qc # upgrade ovs into ovs 2.5.90 with NSH function if ! [[ -f "$ovs_rpm_name" && -f "$ovs_kmod_rpm_name" ]]; then - curl -L -O ${onos_ovs_uri}/package_ovs_rpm2.tar.gz - tar -xzf package_ovs_rpm2.tar.gz + curl -L -O ${onos_ovs_uri}/${onos_ovs_pkg} + tar -xzf ${onos_ovs_pkg} fi LIBGUESTFS_BACKEND=direct virt-customize --upload ${ovs_kmod_rpm_name}:/root/ \ |