On Sun, Apr 29, 2012 at 05:56:58PM -0500, Salman Malik wrote:
> This is how my ryu.ini file looks like:
> [DATABASE]
> # This line MUST be changed to actually run the plugin.
> sql_connection = mysql://root:[email protected]:3306/nova

This line seems wrong. You are using same db to nova.
sql_connection = mysql://root:[email protected]:3306/ryu_quantum
                                                  ^^^^^^^^^^^^
                                                  This must be

distinct from name which other openstck components are using.



> #sql_connection = mysql://<user>:<pass>@<IP>:<port>/<dbname>
> #sql_connection = sqlite://root:nova@localhost/nova
> 
> [OVS]
> integration-bridge = br-int
> 
> # openflow-controller = <host IP address of ofp controller>:<port: 6633>
> # openflow-rest-api = <host IP address of ofp rest api service>:<port: 8080>
> openflow-controller = 127.0.0.1:6633
> openflow-rest-api = 127.0.0.1:8080
> 
> [AGENT]
> # Change to "sudo quantum-rootwrap" to limit commands that can be run
> # as root.
> root_helper = sudo


-- 
yamahata

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to