Refresh Glance example configs for zed milestone 3

Change-Id: I5febc9f4094f88caab3ed18026a8cb7b6a345d45
This commit is contained in:
Pranali Deore 2022-08-24 15:18:09 +00:00
parent 51e4fb1485
commit 5d38dbdb9c
4 changed files with 84 additions and 14 deletions

View File

@ -481,6 +481,7 @@
# List of enabled Image Import Methods # List of enabled Image Import Methods
# #
# 'glance-direct', 'copy-image' and 'web-download' are enabled by default. # 'glance-direct', 'copy-image' and 'web-download' are enabled by default.
# 'glance-download' is available, but requires federated deployments.
# #
# Related options: # Related options:
# * [DEFAULT]/node_staging_uri (list value) # * [DEFAULT]/node_staging_uri (list value)
@ -798,20 +799,6 @@
# backends should be separated using comma. (dict value) # backends should be separated using comma. (dict value)
#enabled_backends = <None> #enabled_backends = <None>
#
# The interval in seconds to run periodic job cache_images.
#
# The cache_images method will fetch all images which are in queued state
# for caching in cache directory. The default value is 300.
#
# Possible values:
# * Positive integer
#
# Related options:
# * None
# (floating point value)
#cache_prefetcher_interval = 300
# This argument is used internally on Windows. Glance passes a pipe handle to # This argument is used internally on Windows. Glance passes a pipe handle to
# child processes, which is then used for inter-process communication. (string # child processes, which is then used for inter-process communication. (string
# value) # value)
@ -5120,6 +5107,19 @@
#auth_section = <None> #auth_section = <None>
[os_brick]
#
# From os_brick
#
# Directory to use for os-brick lock files. Defaults to
# oslo_concurrency.lock_path which is a sensible default for compute nodes, but
# not for HCI deployments or controllers where Glance uses Cinder as a backend,
# as locks should use the same directory. (string value)
#lock_path = <None>
[oslo_concurrency] [oslo_concurrency]
# #
@ -5679,6 +5679,26 @@
# this option enabled. (boolean value) # this option enabled. (boolean value)
#rabbit_quorum_queue = false #rabbit_quorum_queue = false
# Each time a message is redelivered to a consumer, a counter is incremented.
# Once the redelivery count exceeds the delivery limit the message gets dropped
# or dead-lettered (if a DLX exchange has been configured) Used only when
# rabbit_quorum_queue is enabled, Default 0 which means dont set a limit.
# (integer value)
#rabbit_quorum_delivery_limit = 0
# By default all messages are maintained in memory if a quorum queue grows in
# length it can put memory pressure on a cluster. This option can limit the
# number of messages in the quorum queue. Used only when rabbit_quorum_queue is
# enabled, Default 0 which means dont set a limit. (integer value)
#rabbit_quroum_max_memory_length = 0
# By default all messages are maintained in memory if a quorum queue grows in
# length it can put memory pressure on a cluster. This option can limit the
# number of memory bytes used by the quorum queue. Used only when
# rabbit_quorum_queue is enabled, Default 0 which means dont set a limit.
# (integer value)
#rabbit_quroum_max_memory_bytes = 0
# Positive integer representing duration in seconds for queue TTL (x-expires). # Positive integer representing duration in seconds for queue TTL (x-expires).
# Queues which are unused for the duration of the TTL are automatically deleted. # Queues which are unused for the duration of the TTL are automatically deleted.
# The parameter affects only reply and fanout queues. (integer value) # The parameter affects only reply and fanout queues. (integer value)

View File

@ -423,6 +423,7 @@
# List of enabled Image Import Methods # List of enabled Image Import Methods
# #
# 'glance-direct', 'copy-image' and 'web-download' are enabled by default. # 'glance-direct', 'copy-image' and 'web-download' are enabled by default.
# 'glance-download' is available, but requires federated deployments.
# #
# Related options: # Related options:
# * [DEFAULT]/node_staging_uri (list value) # * [DEFAULT]/node_staging_uri (list value)
@ -2442,6 +2443,19 @@
#vmware_datastores = #vmware_datastores =
[os_brick]
#
# From os_brick
#
# Directory to use for os-brick lock files. Defaults to
# oslo_concurrency.lock_path which is a sensible default for compute nodes, but
# not for HCI deployments or controllers where Glance uses Cinder as a backend,
# as locks should use the same directory. (string value)
#lock_path = <None>
[oslo_policy] [oslo_policy]
# #

View File

@ -1,6 +1,28 @@
[DEFAULT] [DEFAULT]
[glance_download_opts]
#
# From glance
#
#
# Specify metadata prefix to be set on the target image when using
# glance-download. All other properties coming from the source image won't be
# set
# on the target image. If specified metadata does not exist on the source image
# it won't be set on the target image. Note you can't set the os_glance prefix
# as it is reserved by glance, so the related properties won't be set on the
# target image.
#
# Possible values:
# * List containing extra_properties prefixes: ['os_', 'architecture']
#
# (list value)
#extra_properties = [hw_,trait:,os_distro,os_secure_boot,os_type]
[image_conversion] [image_conversion]
# #

View File

@ -423,6 +423,7 @@
# List of enabled Image Import Methods # List of enabled Image Import Methods
# #
# 'glance-direct', 'copy-image' and 'web-download' are enabled by default. # 'glance-direct', 'copy-image' and 'web-download' are enabled by default.
# 'glance-download' is available, but requires federated deployments.
# #
# Related options: # Related options:
# * [DEFAULT]/node_staging_uri (list value) # * [DEFAULT]/node_staging_uri (list value)
@ -2535,6 +2536,19 @@
#vmware_datastores = #vmware_datastores =
[os_brick]
#
# From os_brick
#
# Directory to use for os-brick lock files. Defaults to
# oslo_concurrency.lock_path which is a sensible default for compute nodes, but
# not for HCI deployments or controllers where Glance uses Cinder as a backend,
# as locks should use the same directory. (string value)
#lock_path = <None>
[oslo_concurrency] [oslo_concurrency]
# #