]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Merge "Add vhost-user support via ovs capabilities/datapath_type"
authorJenkins <jenkins@review.openstack.org>
Fri, 20 Nov 2015 22:13:05 +0000 (22:13 +0000)
committerGerrit Code Review <review@openstack.org>
Fri, 20 Nov 2015 22:13:05 +0000 (22:13 +0000)
1  2 
etc/neutron/plugins/ml2/openvswitch_agent.ini
neutron/common/constants.py
neutron/plugins/ml2/drivers/openvswitch/agent/common/config.py
neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py
neutron/tests/unit/plugins/ml2/drivers/openvswitch/agent/test_ovs_neutron_agent.py
neutron/tests/unit/plugins/ml2/drivers/openvswitch/agent/test_ovs_tunnel.py

Simple merge
index ea51b95af0d7dd215d061bd4b9afe1caa2ae8c30,3a5476d7275bb45c5e2be0d28ae0a9d96ffce151..2b9adc5aa07a9e808abf8c75acf3ebbd32c972b1
@@@ -181,8 -181,8 +181,9 @@@ class OVSNeutronAgent(sg_rpc.SecurityGr
          '''
          super(OVSNeutronAgent, self).__init__()
          self.conf = conf or cfg.CONF
+         self.ovs = ovs_lib.BaseOVS()
  
 +        self.fullsync = True
          # init bridge classes with configured datapath type.
          self.br_int_cls, self.br_phys_cls, self.br_tun_cls = (
              functools.partial(bridge_classes[b],