From 30fbb001c3efd19781403a15176f240f0c027036 Mon Sep 17 00:00:00 2001 From: "juraj.linkes" Date: Thu, 29 Jun 2017 09:13:11 +0200 Subject: 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 --- lib/overcloud-deploy-functions.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib') 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 -- cgit 1.2.3-korg