fix mysql port in sql_connection example...

Change-Id: Ie91b554e5549193fb3568cf0bb0dec7c58a6dfc5
This commit is contained in:
Dan Wendlandt 2012-01-16 16:59:22 -08:00
parent d11d0e621b
commit ea64a12a3e

View File

@ -1,6 +1,6 @@
[DATABASE] [DATABASE]
# This line MUST be changed to actually run the plugin. # This line MUST be changed to actually run the plugin.
# Example: sql_connection = mysql://root:nova@127.0.0.1:3336/ovs_quantum # Example: sql_connection = mysql://root:nova@127.0.0.1:3306/ovs_quantum
sql_connection = sqlite:// sql_connection = sqlite://
[OVS] [OVS]