diff options
author | Feng Pan <fpan@redhat.com> | 2016-09-14 00:11:44 +0000 |
---|---|---|
committer | Feng Pan <fpan@redhat.com> | 2016-09-14 00:11:44 +0000 |
commit | 6626849fa31c2d99292a52599ef69fdf6be8f7d0 (patch) | |
tree | 413dd4675f96d1b6833d11461894c97afec058e2 | |
parent | e026a7a16e567bbc16d8131495f9177237d87e2a (diff) |
Revert "Update honeycomb rpm version"
RPM package does not work in Centos, honeycomb service file does not start honeycomb service.
This reverts commit e026a7a16e567bbc16d8131495f9177237d87e2a.
Change-Id: I73324b6bbb8c8df8f481d6e833dfb3f9e30361c1
Signed-off-by: Feng Pan <fpan@redhat.com>
-rw-r--r-- | build/variables.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/variables.sh b/build/variables.sh index 990ac836..bc2854ac 100644 --- a/build/variables.sh +++ b/build/variables.sh @@ -34,7 +34,7 @@ fdio_pkgs=( 'vpp-lib-16.09-rc1~7_gea60221~b1030.x86_64.rpm' 'vpp_papi-1.0.linux-x86_64.tar.gz' ) -honeycomb_pkg='honeycomb-1.0.0-1609.noarch.rpm' +honeycomb_pkg='honeycomb-1.0.0-1066.noarch.rpm' ovs_rpm_name=openvswitch-2.5.90-1.el7.centos.x86_64.rpm |