Use the following options to alter Compute-related settings.
Configuration option = Default value | Description |
---|---|
[DEFAULT] | |
notify_nova_on_port_data_changes = True | (BoolOpt) Send notification to nova when port data (fixed_ips/floatingip) changes so nova can update its cache. |
notify_nova_on_port_status_changes = True | (BoolOpt) Send notification to nova when port status changes |
nova_admin_auth_url = http://localhost:5000/v2.0 | (StrOpt) Authorization URL for connecting to nova in admin context |
nova_admin_password = None | (StrOpt) Password for connection to nova in admin context |
nova_admin_tenant_id = None | (StrOpt) The uuid of the admin nova tenant |
nova_admin_username = None | (StrOpt) Username for connecting to nova in admin context |
nova_region_name = None | (StrOpt) Name of nova region to use. Useful if keystone manages more than one region. |
nova_url = http://127.0.0.1:8774 | (StrOpt) URL for connection to nova |
send_events_interval = 2 | (IntOpt) Number of seconds between sending events to nova if there are any events to send. |