Signed-off-by: Isaku Yamahata <[email protected]> --- etc/quantum/plugins/ryu/ryu.ini | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/etc/quantum/plugins/ryu/ryu.ini b/etc/quantum/plugins/ryu/ryu.ini index 63219ec..157afae 100644 --- a/etc/quantum/plugins/ryu/ryu.ini +++ b/etc/quantum/plugins/ryu/ryu.ini @@ -7,6 +7,8 @@ sql_connection = mysql://quantum:quantum@vtd:3306/ovs_quantum [OVS] integration-bridge = br-int +ryu_app = gre_tunnel # specify what app ryu uses + # simple_isolation, gre_tunnel, simple_vlan # openflow-controller = <host IP address of ofp controller>:<port: 6633> # openflow-rest-api = <host IP address of ofp rest api service>:<port: 8080> @@ -25,6 +27,12 @@ openflow-rest-api = 172.16.3.33:8081 # If none of them are specified, IP address is guessed as openstack Nova way. #physical_interface=eth0 +[OVSDB] +# ovsdb manager connectivity +# see man pages of ovs-vsctl for allowed value. ovs-vsctl set-manager +ovsdb_manager = ptcp:6632 +# ovsdb_ip = <host IP address of ovsdb> +# ovsdb_physical_interface = eth0 [AGENT] # Change to "sudo quantum-rootwrap" to limit commands that can be run -- 1.7.1.1 ------------------------------------------------------------------------------ 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
