Include iso as supported disk_format
iso is a supported type for disk_format, include it as a supported property value Change-Id: I7026a8e4bae235acaae0a9856fab8a47ccb3e49e
This commit is contained in:
parent
86868bd15c
commit
93d02bb115
@ -57,7 +57,7 @@ Puppet::Type.newtype(:glance_image) do
|
||||
|
||||
newproperty(:disk_format) do
|
||||
desc "The format of the disk"
|
||||
newvalues(:ami, :ari, :aki, :vhd, :vmd, :raw, :qcow2, :vdi)
|
||||
newvalues(:ami, :ari, :aki, :vhd, :vmd, :raw, :qcow2, :vdi, :iso)
|
||||
end
|
||||
|
||||
newparam(:source) do
|
||||
|
Loading…
x
Reference in New Issue
Block a user