Fix typo in values for disk_format

Fix typo in value vmd to vmdk.

Closes-Bug: #1604829

Change-Id: I0f2a3b7e37a3adbde7fdfaf91e518e0b97a40679
(cherry picked from commit 804afb9c3e)
This commit is contained in:
Alexander Arzhanov 2016-07-20 17:03:21 +03:00 committed by Alex Schultz
parent 9b06a7c8c2
commit 426864f360
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