Add ploop to supported disk formats
"ploop" image format is supported in upstream Glance: https://review.openstack.org/341633 And also in python-openstackclient in Ic79f29a1fe9ea5016d3d5520c2b06e39da01ff61 Change-Id: I2336687db363136e12c5fca5d46e9ce0ba5d791c
This commit is contained in:
parent
2a57b21e77
commit
d66fa43019
@ -65,7 +65,7 @@ Puppet::Type.newtype(:glance_image) do
|
||||
|
||||
newproperty(:disk_format) do
|
||||
desc "The format of the disk"
|
||||
newvalues(:ami, :ari, :aki, :vhd, :vmdk, :raw, :qcow2, :vdi, :iso)
|
||||
newvalues(:ami, :ari, :aki, :vhd, :vmdk, :raw, :qcow2, :vdi, :iso, :ploop)
|
||||
end
|
||||
|
||||
newparam(:source) do
|
||||
|
Loading…
Reference in New Issue
Block a user