From: juraj.linkes Date: Fri, 16 Jun 2017 12:42:40 +0000 (+0200) Subject: Workaround for vhost-user binding X-Git-Tag: danube.3.1~5^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F51%2F36151%2F1;p=apex.git Workaround for vhost-user binding This is a workaround for this bug: https://bugs.launchpad.net/networking-odl/+bug/1696968 JIRA: APEX-475 Change-Id: Ic115e094c2906d6572d6af411872d5584e665aec Signed-off-by: juraj.linkes --- 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