From: juraj.linkes Date: Thu, 29 Jun 2017 07:13:11 +0000 (+0200) Subject: Remove workaround for vhost-user binding X-Git-Tag: danube.3.1~1 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=30fbb001c3efd19781403a15176f240f0c027036;p=apex.git Remove workaround for vhost-user binding A fix (https://review.openstack.org/#/c/476947/) for bug https://bugs.launchpad.net/networking-odl/+bug/1696968 has already been merged, no need for this workaround anymore. Change-Id: I8e0657e8cf8dcd2045015e086fe591ec50da62d3 Signed-off-by: juraj.linkes --- diff --git a/lib/overcloud-deploy-functions.sh b/lib/overcloud-deploy-functions.sh index 19528d96..445f5fb5 100755 --- a/lib/overcloud-deploy-functions.sh +++ b/lib/overcloud-deploy-functions.sh @@ -146,8 +146,6 @@ 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