Signed-off-by: Isaku Yamahata <[email protected]> --- etc/ryu/ryu.conf | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/etc/ryu/ryu.conf b/etc/ryu/ryu.conf index 3b6ca1b..93fbea4 100644 --- a/etc/ryu/ryu.conf +++ b/etc/ryu/ryu.conf @@ -4,3 +4,8 @@ #--wsapi_port=<port:8080> #--ofp_listen_host=<hostip> #--ofp_listen_port=<port:6633> + +--sql_connection=mysql://root:[email protected]/ovs_quantum?charset=utf8 +--quantum_url=http://172.17.60.198:9696 +--quantum_admin_auth_url=http://172.17.60.198:5000/v2.0 +--quantum_controller_addr=tcp:172.16.3.33:6633 -- 1.7.10.4 ------------------------------------------------------------------------------ Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
