[glance-k8s] Fix incorrect config description
image-size-cap configuration description has two default values. Change the description to remove the wrong one. Change-Id: I2ce6545030af9c58dfcf4eaf6613b38af304fa4e Signed-off-by: Hemanth Nakkina <hemanth.nakkina@canonical.com>
This commit is contained in:
@@ -265,8 +265,8 @@ config:
|
||||
image-size-cap:
|
||||
type: string
|
||||
description: |
|
||||
Maximum size of image a user can upload. Defaults to 5GB
|
||||
(5368709120 bytes). Example values: 500M, 500MB, 5G, 5TB.
|
||||
Maximum size of image a user can upload.
|
||||
Example values: 500M, 500MB, 5G, 5TB.
|
||||
Valid units: K, KB, M, MB, G, GB, T, TB, P, PB. If no units provided,
|
||||
bytes are assumed.
|
||||
Defaults to 30G for ceph storage and 1G for local storage.
|
||||
|
Reference in New Issue
Block a user