Fix typo in values for disk_format

Fix typo in value vmd to vmdk.

Closes-Bug: #1604829

Change-Id: I0f2a3b7e37a3adbde7fdfaf91e518e0b97a40679
This commit is contained in:
Alexander Arzhanov 2016-07-20 17:03:21 +03:00
parent d84c42f7e2
commit 804afb9c3e
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, :vmd, :raw, :qcow2, :vdi, :iso)
newvalues(:ami, :ari, :aki, :vhd, :vmdk, :raw, :qcow2, :vdi, :iso)
end
newparam(:source) do