]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
ovs-agent: Ensure integration bridge is created
authorstanzgy <stan.zgy@gmail.com>
Mon, 9 Jun 2014 09:42:12 +0000 (17:42 +0800)
committerstanzgy <stan.zgy@gmail.com>
Wed, 11 Jun 2014 01:56:16 +0000 (09:56 +0800)
commite5cdad90f97d3a54a493eca19e7a3ff643426de1
tree55a7e38a2e24ad37bb96b6d510d5c1089367f126
parentb44fa145d0fc8d26166f1f8fd5f57d109796e6c8
ovs-agent: Ensure integration bridge is created

ovs-agent will fail to launch if integration bridge(br-int by default) is not
existed. To fix this, the agent should check and create the bridge if necessary
during launching.

Closes-Bug: 1328076
Change-Id: Iaa6c4d766ca086deb28c8ef7310dbfdcef2c105f
neutron/plugins/openvswitch/agent/ovs_neutron_agent.py
neutron/tests/unit/openvswitch/test_ovs_neutron_agent.py
neutron/tests/unit/openvswitch/test_ovs_tunnel.py