Merge "Add option for image formats config"

This commit is contained in:
Zuul
2018-01-06 10:03:05 +00:00
committed by Gerrit Code Review
6 changed files with 115 additions and 48 deletions

View File

@@ -350,3 +350,19 @@ options:
workflow for image and instance snapshot sources when launching an
instance. This option has an effect only to Ocata or newer
releases.
image-formats:
type: string
default: ""
description: |
The image-formats setting can be used to alter the default list of
advertised image formats. Many installations cannot use all the formats
that Glance recognizes, restricting the list here prevents unwanted
formats from being listed in Horizon which can lead to confusion.
.
This setting takes a space separated list, for example: iso qcow2 raw
.
Supported formats are: aki, ami, ari, docker, iso, ova, qcow2, raw, vdi,
vhd, vmdk.
.
If not provided, leave the option unconfigured which enables all of the
above.