]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Host route to metadata server with Bigswitch/Floodlight Plugin
authorSumit Naiksatam <sumitnaiksatam@gmail.com>
Fri, 1 Mar 2013 06:00:32 +0000 (22:00 -0800)
committerSumit Naiksatam <sumitnaiksatam@gmail.com>
Fri, 1 Mar 2013 23:34:37 +0000 (15:34 -0800)
commitf1efd89131f4773514089ab48424c91b795eac83
tree3f4806ea0e6e70576b08ff2211bc596ff0d824f6
parent8d44479717986790c530c445026b79d6f75dadc3
Host route to metadata server with Bigswitch/Floodlight Plugin

Host route to metadata server was not getting propagated
to VM when using the Big Switch/Floodlight plugin. The
reason being the update to the subnet (with the host
route information) was not being picked up by the dhcp
agent. This is being fixed here by sending a notification
to the dhcp agent when the host route is added to the subnet.

Fixes: Bug #1134043
Change-Id: If040f51946bcb734da319249df17d03e68aa5588
quantum/plugins/bigswitch/plugin.py