Networking-MidoNet Configuration Guide¶
This section provides a list of all possible options for each configuration file.
Configuration¶
Networking-midonet uses the following configuration options in the Neutron server configuration, which is typically /etc/neutron/neutron.conf.
midonet¶
- 
midonet_uri¶ - Type
 string
- Default
 http://localhost:8080/midonet-api
MidoNet API server URI. Note that, for historical reasons, the port number in the default value (8080) does not match the default of the MidoNet API in MidoNet 5.0 and later, which is 8181. Even if you configured the MidoNet API to use port 8080, we recommend to configure this option explicitly because the default value may change in the future release of networking-midonet.
- 
username¶ - Type
 string
- Default
 admin
MidoNet admin username.
- 
password¶ - Type
 string
- Default
 passw0rd
MidoNet admin password.
- 
project_id¶ - Type
 string
- Default
 77777777-7777-7777-7777-777777777777
ID of the project that MidoNet admin user belongs to.
- 
tunnel_protocol¶ - Type
 string
- Default
 vxlan
Tunnel protocol used by Midonet. Currently unused.
- 
cluster_ip¶ - Type
 string
- Default
 localhost
IP that the cluster service can be reached on. Currently unused.
- 
cluster_port¶ - Type
 string
- Default
 8088
Port that the cluster service can be reached on. Currently unused.
- 
client¶ - Type
 string
- Default
 midonet.neutron.client.api.MidonetApiClient
MidoNet client used to access MidoNet data storage. Do not change unless you want to try the experimental Task-based API.
Policy¶
Networking-MidoNet, like most OpenStack projects, uses a policy language to restrict permissions on REST API actions.