]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add a route to reach the MD server when a subnet is created
authorRossella Sblendido <rossella@midokura.com>
Wed, 25 Sep 2013 14:55:04 +0000 (14:55 +0000)
committerRossella Sblendido <rossella@midokura.com>
Fri, 4 Oct 2013 08:56:39 +0000 (08:56 +0000)
commit3568a9cac73a2da19e86d82f561be10ae9dbe9a0
tree6dc8b9a6ec6dbf769e7348793583439e787269ab
parent2d6b710cdfae101ea99eb5d983a3a826b850fb9c
Add a route to reach the MD server when a subnet is created

When the first subnet is created, the dhcp port is created and
midonet plugin correctly adds the static route to reach the MD
server in create_port. When a second or following subnets are
created, a new ip is added to the dhcp port. This patch takes
care of adding the static route to correcly reach the MD server
in update_port. This fixes the problem of VMs not being able to
reach the MD if assigned to the second subnet

Closes-bug: #1231914
Change-Id: Ifc95f901d4222b76a4254e21295829ac8d82493b
neutron/plugins/midonet/plugin.py
neutron/tests/unit/midonet/test_midonet_lib.py