Atom feed of this document
  
Juno -  Juno -  Juno -  Juno -  Juno -  Juno -  Juno -  Juno - 

 New, updated and deprecated options in Juno for OpenStack Compute

Table 2.65. New options
Option = default value (Type) Help string
[DEFAULT] baremetal_scheduler_default_filters = RetryFilter, AvailabilityZoneFilter, ComputeFilter, ComputeCapabilitiesFilter, ImagePropertiesFilter, ExactRamFilter, ExactDiskFilter, ExactCoreFilter (ListOpt) Which filter class names to use for filtering baremetal hosts when not specified in the request.
[DEFAULT] block_device_allocate_retries = 60 (IntOpt) Number of times to retry block device allocation on failures
[DEFAULT] block_device_allocate_retries_interval = 3 (IntOpt) Waiting time interval (seconds) between block device allocation retries on failures
[DEFAULT] compute_resources = vcpu (ListOpt) The names of the extra resources to track.
[DEFAULT] quota_injected_file_path_length = 255 (IntOpt) Length of injected file path
[DEFAULT] quota_server_group_members = 10 (IntOpt) Number of servers per server group
[DEFAULT] quota_server_groups = 10 (IntOpt) Number of server groups per project
[DEFAULT] scheduler_use_baremetal_filters = False (BoolOpt) Flag to decide whether to use baremetal_scheduler_default_filters or not.
[DEFAULT] shutdown_timeout = 60 (IntOpt) Total amount of time to wait in seconds for an instance to perform a clean shutdown.
[cinder] api_insecure = False (BoolOpt) Allow to perform insecure SSL requests to cinder
[cinder] ca_certificates_file = None (StrOpt) Location of ca certificates file to use for cinder client requests.
[cinder] catalog_info = volume:cinder:publicURL (StrOpt) Info to match when looking for cinder in the service catalog. Format is: separated values of the form: <service_type>:<service_name>:<endpoint_type>
[cinder] cross_az_attach = True (BoolOpt) Allow attach between instance and volume in different availability zones.
[cinder] endpoint_template = None (StrOpt) Override service catalog lookup with template for cinder endpoint e.g. http://localhost:8776/v1/%(project_id)s
[cinder] http_retries = 3 (IntOpt) Number of cinderclient retries on failed http calls
[cinder] http_timeout = None (IntOpt) HTTP inactivity timeout (in seconds)
[cinder] os_region_name = None (StrOpt) Region name of this node
[database] use_tpool = False (BoolOpt) Enable the experimental use of thread pooling for all DB API calls
[ephemeral_storage_encryption] cipher = aes-xts-plain64 (StrOpt) The cipher and mode to be used to encrypt ephemeral storage. Which ciphers are available ciphers depends on kernel support. See /proc/crypto for the list of available options.
[ephemeral_storage_encryption] enabled = False (BoolOpt) Whether to encrypt ephemeral storage
[ephemeral_storage_encryption] key_size = 512 (IntOpt) The bit length of the encryption key to be used to encrypt ephemeral storage (in XTS mode only half of the bits are used for encryption key)
[glance] allowed_direct_url_schemes = (ListOpt) A list of url scheme that can be downloaded directly via the direct_url. Currently supported schemes: [file].
[glance] api_insecure = False (BoolOpt) Allow to perform insecure SSL (https) requests to glance
[glance] api_servers = None (ListOpt) A list of the glance api servers available to nova. Prefix with https:// for ssl-based glance api servers. ([hostname|ip]:port)
[glance] host = $my_ip (StrOpt) Default glance hostname or IP address
[glance] num_retries = 0 (IntOpt) Number of retries when downloading an image from glance
[glance] port = 9292 (IntOpt) Default glance port
[glance] protocol = http (StrOpt) Default protocol to use when connecting to glance. Set to https for SSL.
[hyperv] wait_soft_reboot_seconds = 60 (IntOpt) Number of seconds to wait for instance to shut down after soft reboot request is made. We fall back to hard reboot if instance does not shutdown within this window.
[ironic] admin_auth_token = None (StrOpt) Ironic keystone auth token.
[ironic] admin_password = None (StrOpt) Ironic keystone admin password.
[ironic] admin_tenant_name = None (StrOpt) Ironic keystone tenant name.
[ironic] admin_url = None (StrOpt) Keystone public API endpoint.
[ironic] admin_username = None (StrOpt) Ironic keystone admin name
[ironic] api_endpoint = None (StrOpt) URL for Ironic API endpoint.
[ironic] api_max_retries = 60 (IntOpt) How many retries when a request does conflict.
[ironic] api_retry_interval = 2 (IntOpt) How often to retry in seconds when a request does conflict
[ironic] api_version = 1 (IntOpt) Version of Ironic API service endpoint.
[ironic] client_log_level = None (StrOpt) Log level override for ironicclient. Set this in order to override the global "default_log_levels", "verbose", and "debug" settings.
[keystone_authtoken] check_revocations_for_cached = False (BoolOpt) If true, the revocation list will be checked for cached tokens. This requires that PKI tokens are configured on the Keystone server.
[keystone_authtoken] hash_algorithms = md5 (ListOpt) Hash algorithms to use for hashing PKI tokens. This may be a single algorithm or multiple. The algorithms are those supported by Python standard hashlib.new(). The hashes will be tried in the order given, so put the preferred one first for performance. The result of the first hash will be stored in the cache. This will typically be set to multiple values only while migrating from a less secure algorithm to a more secure one. Once all the old tokens are expired this option should be set to a single value for better performance.
[keystone_authtoken] identity_uri = None (StrOpt) Complete admin Identity API endpoint. This should specify the unversioned root endpoint e.g. https://localhost:35357/
[libvirt] gid_maps = (ListOpt) List of guid targets and ranges.Syntax is guest-gid:host-gid:countMaximum of 5 allowed.
[libvirt] hw_disk_discard = None (StrOpt) Discard option for nova managed disks (valid options are: ignore, unmap). Need Libvirt(1.0.6) Qemu1.5 (raw format) Qemu1.6(qcow2 format)
[libvirt] hw_machine_type = None (ListOpt) For qemu or KVM guests, set this option to specify a default machine type per host architecture. You can find a list of supported machine types in your environment by checking the output of the "virsh capabilities"command. The format of the value for this config option is host-arch=machine-type. For example: x86_64=machinetype1,armv7l=machinetype2
[libvirt] mem_stats_period_seconds = 10 (IntOpt) A number of seconds to memory usage statistics period. Zero or negative value mean to disable memory usage statistics.
[libvirt] sysinfo_serial = auto (StrOpt) The data source used to the populate the host "serial" UUID exposed to guest in the virtual BIOS. Permitted options are "hardware", "os", "none" or "auto" (default).
[libvirt] uid_maps = (ListOpt) List of uid targets and ranges.Syntax is guest-uid:host-uid:countMaximum of 5 allowed.
[neutron] admin_auth_url = http://localhost:5000/v2.0 (StrOpt) Authorization URL for connecting to neutron in admin context
[neutron] admin_password = None (StrOpt) Password for connecting to neutron in admin context
[neutron] admin_tenant_id = None (StrOpt) Tenant id for connecting to neutron in admin context
[neutron] admin_tenant_name = None (StrOpt) Tenant name for connecting to neutron in admin context. This option will be ignored if neutron_admin_tenant_id is set. Note that with Keystone V3 tenant names are only unique within a domain.
[neutron] admin_user_id = None (StrOpt) User id for connecting to neutron in admin context
[neutron] admin_username = None (StrOpt) Username for connecting to neutron in admin context
[neutron] allow_duplicate_networks = False (BoolOpt) Allow an instance to have multiple vNICs attached to the same Neutron network.
[neutron] api_insecure = False (BoolOpt) If set, ignore any SSL validation issues
[neutron] auth_strategy = keystone (StrOpt) Authorization strategy for connecting to neutron in admin context
[neutron] ca_certificates_file = None (StrOpt) Location of CA certificates file to use for neutron client requests.
[neutron] extension_sync_interval = 600 (IntOpt) Number of seconds before querying neutron for extensions
[neutron] metadata_proxy_shared_secret = (StrOpt) Shared secret to validate proxies Neutron metadata requests
[neutron] ovs_bridge = br-int (StrOpt) Name of Integration Bridge used by Open vSwitch
[neutron] region_name = None (StrOpt) Region name for connecting to neutron in admin context
[neutron] service_metadata_proxy = False (BoolOpt) Set flag to indicate Neutron will proxy metadata requests and resolve instance ids.
[neutron] url = http://127.0.0.1:9696 (StrOpt) URL for connecting to neutron
[neutron] url_timeout = 30 (IntOpt) Timeout value for connecting to neutron in seconds
[serial_console] base_url = ws://127.0.0.1:6083/ (StrOpt) Location of serial console proxy.
[serial_console] enabled = False (BoolOpt) Enable serial console related features
[serial_console] listen = 127.0.0.1 (StrOpt) IP address on which instance serial console should listen
[serial_console] port_range = 10000:20000 (StrOpt) Range of TCP ports to use for serial ports on compute hosts
[serial_console] proxyclient_address = 127.0.0.1 (StrOpt) The address to which proxy clients (like nova-serialproxy) should connect
[trusted_computing] attestation_insecure_ssl = False (BoolOpt) Disable SSL cert verification for Attestation service
[vmware] host_port = 443 (IntOpt) Port for connection to VMware VC host.
Table 2.66. New default values
Option Previous default value New default value
[DEFAULT] auth_strategy noauth keystone
[DEFAULT] default_log_levels amqp=WARN, amqplib=WARN, boto=WARN, qpid=WARN, sqlalchemy=WARN, suds=INFO, oslo.messaging=INFO, iso8601=WARN amqp=WARN, amqplib=WARN, boto=WARN, qpid=WARN, sqlalchemy=WARN, suds=INFO, oslo.messaging=INFO, iso8601=WARN, requests.packages.urllib3.connectionpool=WARN, urllib3.connectionpool=WARN, websocket=WARN, keystonemiddleware=WARN, routes.middleware=WARN, stevedore=WARN
[DEFAULT] dhcp_lease_time 120 86400
[DEFAULT] logging_context_format_string %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(request_id)s %(user)s %(tenant)s] %(instance)s%(message)s %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(request_id)s %(user_identity)s] %(instance)s%(message)s
[database] mysql_sql_mode None TRADITIONAL
[database] sqlite_db nova.sqlite oslo.sqlite
[keystone_authtoken] revocation_cache_time 300 10
[libvirt] block_migration_flag VIR_MIGRATE_UNDEFINE_SOURCE, VIR_MIGRATE_PEER2PEER, VIR_MIGRATE_NON_SHARED_INC VIR_MIGRATE_UNDEFINE_SOURCE, VIR_MIGRATE_PEER2PEER, VIR_MIGRATE_LIVE, VIR_MIGRATE_TUNNELLED, VIR_MIGRATE_NON_SHARED_INC
[libvirt] live_migration_flag VIR_MIGRATE_UNDEFINE_SOURCE, VIR_MIGRATE_PEER2PEER VIR_MIGRATE_UNDEFINE_SOURCE, VIR_MIGRATE_PEER2PEER, VIR_MIGRATE_LIVE, VIR_MIGRATE_TUNNELLED
Table 2.67. Deprecated options
Deprecated option New Option
[DEFAULT] quota_injected_file_path_bytes [DEFAULT] quota_injected_file_path_length
[DEFAULT] neutron_url [neutron] url
[DEFAULT] neutron_ca_certificates_file [neutron] ca_certificates_file
[DEFAULT] neutron_api_insecure [neutron] api_insecure
[DEFAULT] neutron_admin_username [neutron] admin_username
[DEFAULT] neutron_auth_strategy [neutron] auth_strategy
[DEFAULT] glance_api_servers [glance] api_servers
[DEFAULT] neutron_admin_tenant_id [neutron] admin_tenant_id
[DEFAULT] neutron_admin_tenant_name [neutron] admin_tenant_name
[DEFAULT] neutron_metadata_proxy_shared_secret [neutron] metadata_proxy_shared_secret
[DEFAULT] glance_port [glance] port
[DEFAULT] neutron_region_name [neutron] region_name
[DEFAULT] neutron_admin_password [neutron] admin_password
[DEFAULT] glance_num_retries [glance] num_retries
[DEFAULT] service_neutron_metadata_proxy [neutron] service_metadata_proxy
[DEFAULT] glance_protocol [glance] protocol
[DEFAULT] neutron_ovs_bridge [neutron] ovs_bridge
[DEFAULT] glance_api_insecure [glance] api_insecure
[DEFAULT] glance_host [glance] host
[DEFAULT] neutron_admin_auth_url [neutron] admin_auth_url
[DEFAULT] neutron_extension_sync_interval [neutron] extension_sync_interval
[DEFAULT] neutron_url_timeout [neutron] url_timeout
Questions? Discuss on ask.openstack.org
Found an error? Report a bug against this page

loading table of contents...