Sync supported container/disk format with glance

Change-Id: I4e11f8f188e57351408637551ba1f337482fa373
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
Takashi Kajinami
2025-10-02 16:41:56 +09:00
parent 2d6712e2ad
commit 0584573bb3

View File

@@ -55,12 +55,12 @@ Puppet::Type.newtype(:glance_image) do
newproperty(:container_format) do
desc "The format of the container"
newvalues(:ami, :ari, :aki, :bare, :ovf)
newvalues(:ami, :ari, :aki, :bare, :ovf, :ova, :docker, :compressed)
end
newproperty(:disk_format) do
desc "The format of the disk"
newvalues(:ami, :ari, :aki, :vhd, :vmdk, :raw, :qcow2, :vdi, :iso, :ploop)
newvalues(:ami, :ari, :aki, :vhd, :vhdx, :vmdk, :raw, :qcow2, :vdi, :iso, :ploop)
end
newparam(:source) do