diff options
author | Feng Pan <fpan@redhat.com> | 2017-08-03 11:07:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-08-03 11:07:34 +0000 |
commit | 5f19f129420ceb97c08641fc945335c0ef1b1083 (patch) | |
tree | 5505f807b3ef4d9633bcd773dd2b8b066d3a9959 /ci/deploy.sh | |
parent | 38b3b1399f60412ef3afcab977707bb762972e17 (diff) | |
parent | 48cbae08f2df3cde9a35c539a75a0655f6f64872 (diff) |
Merge "Builds and installs ovs 2.6.1 with NSH support"
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-x | ci/deploy.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh index 59fcb198..f1a807f7 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -28,8 +28,8 @@ dnslookup_site="www.google.com" post_config="TRUE" debug="FALSE" -ovs_rpm_name=openvswitch-2.5.90-1.el7.centos.x86_64.rpm -ovs_kmod_rpm_name=openvswitch-kmod-2.5.90-1.el7.centos.x86_64.rpm +ovs_rpm_name=openvswitch-2.6.1-1.el7.centos.x86_64.rpm +ovs_kmod_rpm_name=openvswitch-kmod-2.6.1-1.el7.centos.x86_64.rpm declare -i CNT declare UNDERCLOUD |