From: Dan Wendlandt Date: Tue, 17 Jan 2012 00:59:22 +0000 (-0800) Subject: fix mysql port in sql_connection example... X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=ea64a12a3ebf575d4cd9c6f56f2a6f2300d51f9f;p=openstack-build%2Fneutron-build.git fix mysql port in sql_connection example... Change-Id: Ie91b554e5549193fb3568cf0bb0dec7c58a6dfc5 --- diff --git a/etc/quantum/plugins/openvswitch/ovs_quantum_plugin.ini b/etc/quantum/plugins/openvswitch/ovs_quantum_plugin.ini index 42cebb78d..759691aeb 100644 --- a/etc/quantum/plugins/openvswitch/ovs_quantum_plugin.ini +++ b/etc/quantum/plugins/openvswitch/ovs_quantum_plugin.ini @@ -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]