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:
Pradeep Kilambi 2013-08-12 11:40:29 -04:00
parent 86868bd15c
commit 93d02bb115
1 changed files with 1 additions and 1 deletions

View File

@ -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