]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix case with no host_id in BigSwitch plugin
authorKevin Benton <kevin.benton@bigswitch.com>
Fri, 28 Jun 2013 21:40:11 +0000 (14:40 -0700)
committerKevin Benton <kevin.benton@bigswitch.com>
Sat, 29 Jun 2013 07:26:29 +0000 (00:26 -0700)
commita87a7c2ad0909c28f3d9d62a13cec59ee4d2e0e6
tree573f9cd43924e8c00b6df4b046838c62418c0c2f
parent8e6def1f2917b2161f3dff9ca70e5bda9ca6d8ce
Fix case with no host_id in BigSwitch plugin

This correctly checks for the case where nova does not
provide the host_id in port creation/updates.

Fixes: bug #1195903
Change-Id: Ic0d714a3977810c6b1144c1e25488f75cc95d0f0
quantum/plugins/bigswitch/db/porttracker_db.py
quantum/tests/unit/bigswitch/test_restproxy_plugin.py