]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
add db to save host for port
authorgongysh <gongysh@linux.vnet.ibm.com>
Thu, 21 Mar 2013 06:34:19 +0000 (14:34 +0800)
committerGerrit Code Review <review@openstack.org>
Mon, 13 May 2013 13:04:00 +0000 (13:04 +0000)
commit73900fd0f4c1a343c880d8529aff4f51dd071d4b
tree6eedd102fc8d717a20f2a14b952c01a316f1043c
parent8581676fea236686c36aae689dfe2b217ff4440c
add db to save host for port

blueprint portbinding-ex-db

related patch in nova:
https://review.openstack.org/#/c/21141/

Only OVS and linux bridge plugins now support this feature.

Change-Id: I42d9bc59130e2758dd6a221d8953d63ec10e1f3c
etc/policy.json
quantum/db/migration/alembic_migrations/versions/176a85fc7d79_add_portbindings_db.py [new file with mode: 0644]
quantum/db/portbindings_db.py [new file with mode: 0644]
quantum/extensions/portbindings.py
quantum/plugins/linuxbridge/lb_quantum_plugin.py
quantum/plugins/openvswitch/ovs_quantum_plugin.py
quantum/tests/unit/_test_extension_portbindings.py
quantum/tests/unit/linuxbridge/test_linuxbridge_plugin.py
quantum/tests/unit/openvswitch/test_openvswitch_plugin.py