summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2017-06-20 19:18:18 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-06-20 19:18:18 +0000
commit4411a144af0f5b817f9c280713edaa5eab73b2f0 (patch)
treea22e20e03c2c0f49949ec8f871ba6c67573ea428 /lib
parent9d3f55f994988e1443e7d3316045238595730d1d (diff)
parent66198bf5b52a4342e7c54f3d361fe523c489479a (diff)
Merge "Workaround for vhost-user binding" into stable/danube
Diffstat (limited to 'lib')
-rwxr-xr-xlib/overcloud-deploy-functions.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/overcloud-deploy-functions.sh b/lib/overcloud-deploy-functions.sh
index 445f5fb5..19528d96 100755
--- a/lib/overcloud-deploy-functions.sh
+++ b/lib/overcloud-deploy-functions.sh
@@ -146,6 +146,8 @@ EOF
--upload uio_pci_generic.modules:/etc/sysconfig/modules/ \
--run-command "chmod 0755 /etc/sysconfig/modules/vfio_pci.modules" \
--run-command "chmod 0755 /etc/sysconfig/modules/uio_pci_generic.modules" \
+ --run-command "sed -i 's/ is portbindings.VIF_TYPE_VHOST_USER:/ == portbindings.VIF_TYPE_VHOST_USER:/' \
+/usr/lib/python2.7/site-packages/networking_odl/ml2/pseudo_agentdb_binding.py" \
-a overcloud-full.qcow2
if [ "${deploy_options_array['dataplane']}" == 'ovs_dpdk' ]; then