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 5849eea069
commit af2bf7e936
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]