X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=build%2Fovercloud-opendaylight-sfc.sh;h=612f483d09c52dd0563609930570685bac66c5d7;hb=75a4194157aa05581812568c1b5412250110618c;hp=5032ba067454f78556436cc0d5b66ca4d986f9cc;hpb=7054599033d84f87037badf6ed896483417af2f6;p=apex.git diff --git a/build/overcloud-opendaylight-sfc.sh b/build/overcloud-opendaylight-sfc.sh index 5032ba06..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_rpm_new.tar.gz - tar -xzf package_ovs_rpm_new.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/ \