Refresh Glance example configs for bobcat milestone 1
Change-Id: I4d21cbcd0b2b09b88dd73575d9f9e36bf037bded
This commit is contained in:
parent
26d53c4adc
commit
02de7a7d2a
@ -1685,6 +1685,19 @@
|
|||||||
# (string value)
|
# (string value)
|
||||||
#cinder_mount_point_base = /var/lib/glance/mnt
|
#cinder_mount_point_base = /var/lib/glance/mnt
|
||||||
|
|
||||||
|
#
|
||||||
|
# If this is set to True, glance will perform an extend operation
|
||||||
|
# on the attached volume. Only enable this option if the cinder
|
||||||
|
# backend driver supports the functionality of extending online
|
||||||
|
# (in-use) volumes. Supported from cinder microversion 3.42 and
|
||||||
|
# onwards. By default, it is set to False.
|
||||||
|
#
|
||||||
|
# Possible values:
|
||||||
|
# * True or False
|
||||||
|
#
|
||||||
|
# (boolean value)
|
||||||
|
#cinder_do_extend_attached = false
|
||||||
|
|
||||||
|
|
||||||
[cors]
|
[cors]
|
||||||
|
|
||||||
@ -2138,7 +2151,7 @@
|
|||||||
# (string value)
|
# (string value)
|
||||||
#rbd_store_ceph_conf =
|
#rbd_store_ceph_conf =
|
||||||
|
|
||||||
#
|
# DEPRECATED:
|
||||||
# Timeout value for connecting to Ceph cluster.
|
# Timeout value for connecting to Ceph cluster.
|
||||||
#
|
#
|
||||||
# This configuration option takes in the timeout value in seconds used
|
# This configuration option takes in the timeout value in seconds used
|
||||||
@ -2155,6 +2168,13 @@
|
|||||||
# * None
|
# * None
|
||||||
#
|
#
|
||||||
# (integer value)
|
# (integer value)
|
||||||
|
# This option is deprecated for removal since Zed.
|
||||||
|
# Its value may be silently ignored in the future.
|
||||||
|
# Reason:
|
||||||
|
# This option has not had any effect in years. Users willing to set a timeout
|
||||||
|
# for
|
||||||
|
# connecting to the Ceph cluster should use 'client_mount_timeout' in Ceph's
|
||||||
|
# configuration file.
|
||||||
#rados_connect_timeout = 0
|
#rados_connect_timeout = 0
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -3582,6 +3602,19 @@
|
|||||||
# (string value)
|
# (string value)
|
||||||
#cinder_mount_point_base = /var/lib/glance/mnt
|
#cinder_mount_point_base = /var/lib/glance/mnt
|
||||||
|
|
||||||
|
#
|
||||||
|
# If this is set to True, glance will perform an extend operation
|
||||||
|
# on the attached volume. Only enable this option if the cinder
|
||||||
|
# backend driver supports the functionality of extending online
|
||||||
|
# (in-use) volumes. Supported from cinder microversion 3.42 and
|
||||||
|
# onwards. By default, it is set to False.
|
||||||
|
#
|
||||||
|
# Possible values:
|
||||||
|
# * True or False
|
||||||
|
#
|
||||||
|
# (boolean value)
|
||||||
|
#cinder_do_extend_attached = false
|
||||||
|
|
||||||
#
|
#
|
||||||
# Directory to which the filesystem backend store writes images.
|
# Directory to which the filesystem backend store writes images.
|
||||||
#
|
#
|
||||||
@ -3878,7 +3911,7 @@
|
|||||||
# (string value)
|
# (string value)
|
||||||
#rbd_store_ceph_conf =
|
#rbd_store_ceph_conf =
|
||||||
|
|
||||||
#
|
# DEPRECATED:
|
||||||
# Timeout value for connecting to Ceph cluster.
|
# Timeout value for connecting to Ceph cluster.
|
||||||
#
|
#
|
||||||
# This configuration option takes in the timeout value in seconds used
|
# This configuration option takes in the timeout value in seconds used
|
||||||
@ -3895,6 +3928,13 @@
|
|||||||
# * None
|
# * None
|
||||||
#
|
#
|
||||||
# (integer value)
|
# (integer value)
|
||||||
|
# This option is deprecated for removal since Zed.
|
||||||
|
# Its value may be silently ignored in the future.
|
||||||
|
# Reason:
|
||||||
|
# This option has not had any effect in years. Users willing to set a timeout
|
||||||
|
# for
|
||||||
|
# connecting to the Ceph cluster should use 'client_mount_timeout' in Ceph's
|
||||||
|
# configuration file.
|
||||||
#rados_connect_timeout = 0
|
#rados_connect_timeout = 0
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -1177,6 +1177,19 @@
|
|||||||
# (string value)
|
# (string value)
|
||||||
#cinder_mount_point_base = /var/lib/glance/mnt
|
#cinder_mount_point_base = /var/lib/glance/mnt
|
||||||
|
|
||||||
|
#
|
||||||
|
# If this is set to True, glance will perform an extend operation
|
||||||
|
# on the attached volume. Only enable this option if the cinder
|
||||||
|
# backend driver supports the functionality of extending online
|
||||||
|
# (in-use) volumes. Supported from cinder microversion 3.42 and
|
||||||
|
# onwards. By default, it is set to False.
|
||||||
|
#
|
||||||
|
# Possible values:
|
||||||
|
# * True or False
|
||||||
|
#
|
||||||
|
# (boolean value)
|
||||||
|
#cinder_do_extend_attached = false
|
||||||
|
|
||||||
#
|
#
|
||||||
# Directory to which the filesystem backend store writes images.
|
# Directory to which the filesystem backend store writes images.
|
||||||
#
|
#
|
||||||
@ -1473,7 +1486,7 @@
|
|||||||
# (string value)
|
# (string value)
|
||||||
#rbd_store_ceph_conf =
|
#rbd_store_ceph_conf =
|
||||||
|
|
||||||
#
|
# DEPRECATED:
|
||||||
# Timeout value for connecting to Ceph cluster.
|
# Timeout value for connecting to Ceph cluster.
|
||||||
#
|
#
|
||||||
# This configuration option takes in the timeout value in seconds used
|
# This configuration option takes in the timeout value in seconds used
|
||||||
@ -1490,6 +1503,13 @@
|
|||||||
# * None
|
# * None
|
||||||
#
|
#
|
||||||
# (integer value)
|
# (integer value)
|
||||||
|
# This option is deprecated for removal since Zed.
|
||||||
|
# Its value may be silently ignored in the future.
|
||||||
|
# Reason:
|
||||||
|
# This option has not had any effect in years. Users willing to set a timeout
|
||||||
|
# for
|
||||||
|
# connecting to the Ceph cluster should use 'client_mount_timeout' in Ceph's
|
||||||
|
# configuration file.
|
||||||
#rados_connect_timeout = 0
|
#rados_connect_timeout = 0
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -1279,6 +1279,19 @@
|
|||||||
# (string value)
|
# (string value)
|
||||||
#cinder_mount_point_base = /var/lib/glance/mnt
|
#cinder_mount_point_base = /var/lib/glance/mnt
|
||||||
|
|
||||||
|
#
|
||||||
|
# If this is set to True, glance will perform an extend operation
|
||||||
|
# on the attached volume. Only enable this option if the cinder
|
||||||
|
# backend driver supports the functionality of extending online
|
||||||
|
# (in-use) volumes. Supported from cinder microversion 3.42 and
|
||||||
|
# onwards. By default, it is set to False.
|
||||||
|
#
|
||||||
|
# Possible values:
|
||||||
|
# * True or False
|
||||||
|
#
|
||||||
|
# (boolean value)
|
||||||
|
#cinder_do_extend_attached = false
|
||||||
|
|
||||||
#
|
#
|
||||||
# Directory to which the filesystem backend store writes images.
|
# Directory to which the filesystem backend store writes images.
|
||||||
#
|
#
|
||||||
@ -1575,7 +1588,7 @@
|
|||||||
# (string value)
|
# (string value)
|
||||||
#rbd_store_ceph_conf =
|
#rbd_store_ceph_conf =
|
||||||
|
|
||||||
#
|
# DEPRECATED:
|
||||||
# Timeout value for connecting to Ceph cluster.
|
# Timeout value for connecting to Ceph cluster.
|
||||||
#
|
#
|
||||||
# This configuration option takes in the timeout value in seconds used
|
# This configuration option takes in the timeout value in seconds used
|
||||||
@ -1592,6 +1605,13 @@
|
|||||||
# * None
|
# * None
|
||||||
#
|
#
|
||||||
# (integer value)
|
# (integer value)
|
||||||
|
# This option is deprecated for removal since Zed.
|
||||||
|
# Its value may be silently ignored in the future.
|
||||||
|
# Reason:
|
||||||
|
# This option has not had any effect in years. Users willing to set a timeout
|
||||||
|
# for
|
||||||
|
# connecting to the Ceph cluster should use 'client_mount_timeout' in Ceph's
|
||||||
|
# configuration file.
|
||||||
#rados_connect_timeout = 0
|
#rados_connect_timeout = 0
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user