Merge "fix mysql port in sql_connection example..."

This commit is contained in:
Jenkins 2012-01-17 21:14:43 +00:00 committed by Gerrit Code Review
commit 9c5c2caef1
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[DATABASE]
# 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://
[OVS]