Description of Compute configuration options
Configuration option = Default value Description
[DEFAULT]
= True (BoolOpt) Send notification to nova when port data (fixed_ips/floatingip) changes so nova can update its cache.
= True (BoolOpt) Send notification to nova when port status changes
= http://localhost:5000/v2.0 (StrOpt) Authorization URL for connecting to nova in admin context. Deprecated in favour of an auth plugin in [nova].
= None (StrOpt) Password for connection to nova in admin context. Deprecated in favour of an auth plugin in [nova].
= None (StrOpt) The uuid of the admin nova tenant. Deprecated in favour of an auth plugin in [nova].
= None (StrOpt) The name of the admin nova tenant. Deprecated in favour of an auth plugin in [nova].
= None (StrOpt) Username for connecting to nova in admin context. Deprecated in favour of an auth plugin in [nova].
= (StrOpt) Client certificate for nova metadata api server.
= (StrOpt) Private key of client certificate.
= http://127.0.0.1:8774/v2 (StrOpt) URL for connection to nova. Deprecated in favour of an auth plugin in [nova].
= 2 (IntOpt) Number of seconds between sending events to nova if there are any events to send.