
Change-Id: I89249dac6d6cad3ef8ac5dc8481a61c3f4c5e116 Implements: blueprint config-ref-common-sections
3.1 KiB
3.1 KiB
Configuration option = Default value | Description |
---|---|
[DEFAULT] | |
allow_instance_snapshots = True |
(Boolean) Permit instance snapshot operations. |
allow_resize_to_same_host = False |
(Boolean) Allow destination machine to match source for resize. Useful when testing in single-host environments. |
max_age = 0 |
(Integer) Number of seconds between subsequent usage refreshes. This defaults to 0(off) to avoid additional load but it is useful to turn on to help keep quota usage up to date and reduce the impact of out of sync usage issues. Note that quotas are not updated on a periodic task, they will update on a new reservation if max_age has passed since the last reservation |
max_local_block_devices = 3 |
(Integer) Maximum number of devices that will result in a local image being created on the hypervisor node. A negative number means unlimited. Setting max_local_block_devices to 0 means that any request that attempts to create a local disk will fail. This option is meant to limit the number of local discs (so root local disc that is the result of --image being used, and any other ephemeral and swap disks). 0 does not mean that images will be automatically converted to volumes and boot instances from volumes - it just means that all requests that attempt to create a local disk will fail. |
osapi_compute_unique_server_name_scope = |
(String) When set, compute API will consider duplicate hostnames invalid within the specified scope, regardless of case. Should be empty, "project" or "global". |
osapi_max_limit = 1000 |
(Integer) The maximum number of items returned in a single response from a collection resource |
password_length = 12 |
(Integer) Length of generated instance admin passwords |
reservation_expire = 86400 |
(Integer) Number of seconds until a reservation expires |
resize_fs_using_block_device = False |
(Boolean) Attempt to resize the filesystem by accessing the image over a block device. This is done by the host and may not be necessary if the image contains a recent version of cloud-init. Possible mechanisms require the nbd driver (for qcow and raw), or loop (for raw). |
until_refresh = 0 |
(Integer) Count of reservations until usage is refreshed. This defaults to 0(off) to avoid additional load but it is useful to turn on to help keep quota usage up to date and reduce the impact of out of sync usage issues. |