Remove workaround for vhost-user binding 01/36701/1
authorjuraj.linkes <jlinkes@cisco.com>
Thu, 29 Jun 2017 07:13:11 +0000 (09:13 +0200)
committerjuraj.linkes <jlinkes@cisco.com>
Thu, 29 Jun 2017 07:13:11 +0000 (09:13 +0200)
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 <jlinkes@cisco.com>
lib/overcloud-deploy-functions.sh

index 19528d9..445f5fb 100755 (executable)
@@ -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