From 66198bf5b52a4342e7c54f3d361fe523c489479a Mon Sep 17 00:00:00 2001 From: "juraj.linkes" Date: Fri, 16 Jun 2017 14:42:40 +0200 Subject: 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 --- lib/overcloud-deploy-functions.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') 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 -- cgit 1.2.3-korg