
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
8 lines
202 B
INI
8 lines
202 B
INI
[DATABASE]
|
|
# This line MUST be changed to actually run the plugin.
|
|
# Example: sql_connection = mysql://root:nova@127.0.0.1:3336/ovs_quantum
|
|
sql_connection = sqlite://
|
|
|
|
[OVS]
|
|
integration-bridge = br-int
|