Update and rename MantenerFIFO to MantenerFIFO.md
[vsorcdistro/.git] / ryu / debian / ryu.conf
1 [DEFAULT]
2 log_config_file=/etc/ryu/log.conf
3 # app_lists = $RYU_APPS
4 #
5 # for OpenStack Neutron Ryu plugin:
6 # mac address based isolation
7 #app_lists = ryu.app.simple_isolation,ryu.app.rest
8 # VLAN
9 #app_lists=ryu.app.quantum_adapter,ryu.app.rest,ryu.app.rest_conf_switch,ryu.app.rest_quantum,ryu.app.rest_tunnel,ryu.app.simple_vlan
10 # GRE tunneling
11 #app_lists=ryu.app.gre_tunnel,ryu.app.quantum_adapter,ryu.app.rest,ryu.app.rest_conf_switch,ryu.app.rest_quantum,ryu.app.rest_tunnel,ryu.app.tunnel_port_updater
12 #
13 # wsapi_host=<hostip>
14 # wsapi_port=<port:8080>
15 # ofp_listen_host=<hostip>
16 # ofp_tcp_listen_port=<port:6633>
17 #wsapi_host = 0.0.0.0
18 #wsapi_port = 8080
19 #ofp_listen_host = 0.0.0.0
20 #ofp_tcp_listen_port = 6633
21 #
22 # the followings must be set according to neutron settings
23 # neutron_url = http://$Q_HOST:$Q_PORT
24 # neutron_admin_username = $Q_ADMIN_USERNAME
25 # neutron_admin_password = $SERVICE_PASSWORD
26 # neutron_admin_tenant_name = $SERVICE_TENANT_NAME
27 # neutron_admin_auth_url=$KEYSTONE_SERVICE_PROTOCOL://$KEYSTONE_SERVICE_HOST:$KEYSTONE_AUTH_PORT/v2.0
28 # neutron_auth_strategy = $Q_AUTH_STRATEGY
29 # neutron_controller_addr = tcp:$RYU_OFP_HOST:$RYU_OFP_PORT
30 #neutron_url = http://192.168.0.1:9696
31 #neutron_admin_username = admin
32 #neutron_admin_password = password
33 #neutron_admin_tenant_name = service
34 #neutron_admin_auth_url = http://192.168.0.1:5000/v2.0
35 #neutron_auth_strategy = keystone
36 #neutron_controller_addr = tcp:192.168.0.1:6633