]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Let OVSQuantumTunnelAgent sync with database
authorHiroaki KAWAI <hiroaki.kawai@gmail.com>
Wed, 2 May 2012 09:27:51 +0000 (18:27 +0900)
committerHiroaki KAWAI <hiroaki.kawai@gmail.com>
Tue, 8 May 2012 01:02:19 +0000 (10:02 +0900)
commit88fab71350100ba544a0002780239042977df246
treebd0aae800ba087deb1be1c6ea15de4e2cf0cc587
parentce93dca89aa4d0da55e71376853aafc142669362
Let OVSQuantumTunnelAgent sync with database

In daemon_loop, db.commit() is required to fetch
updated network status. Without this, ports are
stick to DEAD_VLAN_TAG.

Change-Id: I1a951d60eb75384676309e8db29ea7baa48055bc
quantum/plugins/openvswitch/agent/ovs_quantum_agent.py