Created
March 9, 2013 00:34
-
-
Save jaybuff/5121741 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cat /etc/quantum/plugins/nicira/nvp.ini | |
[DATABASE] | |
sql_connection = mysql://quantum:password@localhost/quantum?charset=utf8 | |
reconnect_interval = 2 | |
[CLUSTER:main] | |
# these uuids are made up and do not yet exist. They need to be replaced with | |
# real values once we have them | |
default_tz_uuid = d3afb164-b263-4aaa-a3e4-48e0e09bb33c | |
default_l3_gw_service_uuid = d3afb164-b263-4aaa-a3e4-48e0e09bb33c | |
nvp_controller_connection=127.0.0.1:443:admin:admin:30:10:2:2 | |
rabbit_host = csi-cc.isg.apple.com | |
rabbit_password = password | |
$ quantum-server | |
WARNING:QuantumPlugin:Overlapping IPs must be enabled in order to setup the metadata access network. Metadata access in routed mode will not work with this configuration | |
ERROR:QuantumPlugin:No cluster specified in NVP plugin configuration. Unable to start. Please ensure at least a [CLUSTER:<cluster_name>] section is specified in the NVP Plugin configuration file. | |
2013-03-08 16:34:10.141 12100 CRITICAL quantum [-] An unexpected error occurred in the NVP Plugin:No cluster specified in NVP plugin configuration. Unable to start. Please ensure at least a [CLUSTER:<cluster_name>] section is specified in the NVP Plugin configuration file. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment