diff options
author | Ruijing Guo <ruijing.guo@intel.com> | 2015-12-23 06:14:04 +0000 |
---|---|---|
committer | Ruijing Guo <ruijing.guo@intel.com> | 2015-12-24 02:32:09 +0000 |
commit | de73590861fcc9e0a33ad2bb66ee749efbf419e6 (patch) | |
tree | 012cd41dc46b9b2a5747dd67ad33f0267218c84c /build | |
parent | 4016914f15c4b563bf073ba51b4eefe8f541e00b (diff) |
Update OVS Plugin
1. no change for OVS without DPDK
2. add OVS with DPDK packages
3. add DPPD
4. TODO: netvirt + OVS with DPDK
Change-Id: I5e1e0c14bea0a2c3284d572cc2ab333486d119d1
Signed-off-by: Ruijing Guo <ruijing.guo@intel.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/f_isoroot/f_qemupluginbuild/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/f_isoroot/f_qemupluginbuild/config.mk b/build/f_isoroot/f_qemupluginbuild/config.mk index 93fe26995..33ef0c176 100644 --- a/build/f_isoroot/f_qemupluginbuild/config.mk +++ b/build/f_isoroot/f_qemupluginbuild/config.mk @@ -7,6 +7,6 @@ # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## -QEMU_BRANCH=33a4c9632d826ac9c054fb498787831734829992 +QEMU_BRANCH=77933feb081ae8668865b7a4db5549b44865a154 QEMU_REPO=https://review.openstack.org/openstack/fuel-plugin-qemu QEMU_CHANGE= |