]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Adds sqlalchemy support for ovs_quantum_plugin.
authorGhe Rivero <ghe@debian.org>
Wed, 16 Nov 2011 10:34:03 +0000 (11:34 +0100)
committerGhe Rivero <ghe@debian.org>
Tue, 13 Dec 2011 08:15:59 +0000 (09:15 +0100)
commit2ccf22e98a74987ca2ddab88139a0e5f1d9d45af
treea0e3ff9f695c2f7a96e2cec740098510b221101d
parent1a048e944e6b0fc41948db9ac971d0acdb26ea70
Adds sqlalchemy support for ovs_quantum_plugin.

Fixes bug 890672

Allow to use any database as backend (supported by sqlalchemy).
Need to change ovs_quantum_plugin.ini and add variable sql_connection under DATABASE entry using specific sqlalchemy url schema (same as nova confs)

Change-Id: Ic490b09aad84c7f24d68064c18a8c1b33774cb05
etc/quantum/plugins/openvswitch/ovs_quantum_plugin.ini
quantum/plugins/openvswitch/README
quantum/plugins/openvswitch/agent/ovs_quantum_agent.py
quantum/plugins/openvswitch/agent/xenserver_install.sh
quantum/plugins/openvswitch/ovs_quantum_plugin.py
quantum/plugins/openvswitch/pip-requires