diff options
author | juraj.linkes <jlinkes@cisco.com> | 2017-06-29 09:13:11 +0200 |
---|---|---|
committer | juraj.linkes <jlinkes@cisco.com> | 2017-06-29 09:13:11 +0200 |
commit | 30fbb001c3efd19781403a15176f240f0c027036 (patch) | |
tree | 1d4e35de5cad329e4f69de9098d675e32cc899bc /lib | |
parent | 59450b35d3fddded17b125da4c82f8153585f16d (diff) |
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 <jlinkes@cisco.com>
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/overcloud-deploy-functions.sh | 2 |
1 files changed, 0 insertions, 2 deletions
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 |