On Wed, Jun 26, 2013 at 02:41:06PM +0800, hsin han Liu wrote: > Hi > > I configure my quantum server as > https://github.com/osrg/ryu/wiki/configuration_openstack_grizzly_with_ryu > they work fine when controller and quantum server are on same host. > > Their are few simple question i want to know > > 1. How to set configuration to let controller and quantum on different host? > which line should i modify? > > 2. is it in plugin/ryu.ini "openflow_rest_api = x.x.x.x:8080"?
Yes for Quantum ryu plugin side. As for ryu side, you would like to modify the followings. (please refer to ryu/flags.py for details) quantum-url quantum-url-timeout quantum-admin-username quantum-admin-password quantum-admin-tenant-name quantum-admin-auth-url quantum-auth-strategy quantum-controller-addr > 3. Can i let two quantum server connect to single controller? > Can single controller connect to multiple openstack? No. It's not designed so. But your mileage would vary. If you'd like multi quantum-server for HA, it would be a bit twist. If you'd like multi DC network, it would require hassle. thanks, > > > thanks! > > Allen > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Windows: > > Build for Windows Store. > > http://p.sf.net/sfu/windows-dev2dev > _______________________________________________ > Ryu-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ryu-devel -- yamahata ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
