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:
Evgeny Antyshev 2017-01-18 13:24:29 +00:00
parent 2a57b21e77
commit d66fa43019
1 changed files with 1 additions and 1 deletions

View File

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