0c0d8f00a9
More specifically uses global CONF for the quantum.conf file. Added support for the RYU plugin (similar to ovs and lb, which use non-global conf for plugins) patch 27: clean up find_config_file patch 28: for config file use old paths (plugin unit tests) this hopefully will be replaced when we move to common config file patch 30: rebase and merge (utils.py and policy.py) Change-Id: Ic0bf5bdd44f24a557240f7afe4e070dee448c63c
19 lines
595 B
INI
19 lines
595 B
INI
[DATABASE]
|
|
# This line MUST be changed to actually run the plugin.
|
|
# Example: sql_connection = mysql://root:nova@127.0.0.1:3306/ryu_quantum
|
|
#sql_connection = mysql://<user>:<pass>@<IP>:<port>/<dbname>
|
|
sql_connection = sqlite://
|
|
|
|
[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
|